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
|
d = diff
|
||||||
dl = diff HEAD^ HEAD
|
dl = diff HEAD^ HEAD
|
||||||
ds = diff --staged
|
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
|
s = status
|
||||||
branches = branch -avv
|
branches = branch -avv
|
||||||
staash = stash --all
|
staash = stash --all
|
||||||
|
|||||||
Reference in New Issue
Block a user