-
Clone the repo:
git clone <link to repo>
-
Go into the repo's directory:
cd <repo name>
-
Make some changes.
-
Check the status of your changes:
git status
-
Add your changes to be committed:
git add <filename>
-
If you deleted any files:
git rm <filename>
-
Commit your changes with a description:
git commit -m "Added a photo"
-
Push your changes to GitHub:
git push origin master
-
Notifications
You must be signed in to change notification settings - Fork 27
lynnandtonic/workshop-boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Boilerplate for web workshop
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published