Git commands
git <command> --help
git log
git status
git add <files/folders>
(undo add: git reset HEAD <files/folders>)
git commit -a --message=<msg>
git pull
git push
Useful Software
What
|
Link
|
Description
|
|---|---|---|
| Recommended and official Git Bash console client | https://git-scm.com/downloads | Windows, OSX and Linux. Good to have this in addition to another client. |
| Recommended git GUI | https://www.gitkraken.com/download | Windows, OSX and Linux |
| Github desktop | https://desktop.github.com/ | Windows and OSX |
| Windows shell interface (like TortiseSvn) | https://tortoisegit.org/ | Windows only |
No comments:
Post a Comment