- mkdir - to create a directory for our repo
- cd - to change working directory to new directory
- git clone - to clone repo to working directory
- ls -a - to list files and verify match with repo
- touch - to create new file
- git add - to add the file to Git's staging area
- git commit -m - to stage the file with a comment
- git push - to sync the changes with online repo
- git checkout -b - create and jump into new feature branch
- subl - to open README.md in Sublime Text
-
Notifications
You must be signed in to change notification settings - Fork 1
License
nltommy/phase-0-gps-1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published