Closed armno closed 5 years ago
WIP: https://github.com/armno/blog/tree/post/git-commands
$ git status $ git diff [--staged] $ git add . $ git add :/ $ git reset $ git commit $ git commit --amend $ git push origin HEAD $ git push -u origin master $ git pull $ git fetch $ git merge $ git log -p $ git checkout . $ git checkout - $ git checkout <commit hash> $ git checkout -b feature/x origin/feature/x $ git reset $ git clean -df $ git stash [list|pop] $ git remote -v $ git branch [-D] # alias $ git undo $ git ldm # finally $ git <command> --help
and other commands
$ git stash and friends
$ git stash
$ git commit --amend
using .gitattributes
.gitattributes
$ git checkout -
$ git push -u origin master
$ git reset --
$ git remote -v $ git branch -a, -d, -D
$ git remote -v
$ git branch -a
-d
-D
WIP: https://github.com/armno/blog/tree/post/git-commands
and other commands