A useful list of git aliases.
Shortcut for git checkout.
$ git ckShortcut for git status.
$ git stDisplays the last commit in detail.
$ git lastDisplays the commit history in a graphical way.
$ git histDisplay all branches in a more pretty way.
$ git brShortcut for git fetch.
git $fCombination of git add . and git commit -m.
$ git ac <message>Combination of git add . and git commit --amend.
$ git amendCombination of git add . and git commit --amend --no-edit.
$ git noeditClear all not staged changes.
$ git clearShortcut for git push.
$ git pDisplay logs in a more pretty way.
$ git lgAllows push without triggering the CI.
$ git skipci- Author - Malo Polese
- Website - malo-polese.fr