You've already forked dotfiles
feat: Adding in some changes to the git log formatting and an extra few
logging aliases for showing all branches and a clean tree style view
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
d = diff
|
||||
dl = diff HEAD^ HEAD
|
||||
ds = diff --staged
|
||||
l = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
l = log --graph --pretty=format:'%Cred%h -%C(yellow)%d %Cgreen(%cr) %C(bold blue)<%an>%Creset %s' --abbrev-commit
|
||||
la = log --graph --all --pretty=format:'%Cred%h -%C(yellow)%d %Cgreen(%cr) %C(bold blue)<%an>%Creset %s' --abbrev-commit
|
||||
lt = log --graph --all --pretty=format:'%Cred%h -%C(yellow)%d %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
s = status
|
||||
branches = branch -avv
|
||||
staash = stash --all
|
||||
|
||||
Reference in New Issue
Block a user