-
git init
-
git clone <url>
-
git pull
-
git add
-
git commit -m "<menssage>"
-
git push
-
git status
-
git log
- git branches
- git branches <branche-name>
- git checkout <branche-name>
- git merge <branche-neme>
- git fetch <bookmark>
- git merge <bookmark>/<branche-name>
- git remote add <alias-name> <url>
- git push <alias> <branche-name>
- git reset <commit>
- git reset --hard <commit>