-
Notifications
You must be signed in to change notification settings - Fork 7
Git & Github memo
tgregov edited this page Feb 13, 2019
·
1 revision
-
State
git status
-
Commit:
git addgit commit -m "<message>"
-
Pull:
git fetch-
git pull origin master(same asgit fetchfollowed bygit merge)
-
Merge:
git merge origin master
-
Push:
git push -u origin master
- Organization
- Documentation
- Reminders