Difference between revisions of "Git"
From zen2
(Created page with "*git add -u *git add . *git status *git commit -m "A description of changes" *git push *git pull") |
|||
| Line 1: | Line 1: | ||
| + | ==Add changes and upload to repo== | ||
| + | |||
*git add -u | *git add -u | ||
*git add . | *git add . | ||
| Line 5: | Line 7: | ||
*git push | *git push | ||
| − | + | ==Pull from repo== | |
*git pull | *git pull | ||
Revision as of 01:07, 19 July 2016
Add changes and upload to repo
- git add -u
- git add .
- git status
- git commit -m "A description of changes"
- git push
Pull from repo
- git pull
