mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-21 23:13:09 +01:00
Improved git log alias
This commit is contained in:
parent
efc05dce05
commit
b6886ec566
@ -26,7 +26,7 @@ alias gcl="git clone" # Downloads repo from <url>
|
||||
alias gch="git checkout" # Switch the HEAD to <branch>
|
||||
alias gb="git branch" # Create a new <branch> from HEAD
|
||||
alias gd="git diff" # Show all changes to untracked files
|
||||
alias gtree="git log --graph --oneline --decorate" # Show branch tree
|
||||
alias gtree="git log --graph --oneline --decorate --abbrev-commit" # Show branch tree
|
||||
alias gl='git log'
|
||||
|
||||
# Tags
|
||||
|
Loading…
Reference in New Issue
Block a user