Skip to content

Commit

Permalink
add lg(.?)s
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Oct 14, 2021
1 parent 057c8f5 commit be6fc74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@
dump = cat-file -p
fixup = commit --fixup
lg = log --graph --abbrev-commit --decorate --date=iso
lgs = log --graph --abbrev-commit --decorate --date=iso --show-signature
lga = log --graph --abbrev-commit --decorate --date=iso --branches --remotes
lgas = log --graph --abbrev-commit --decorate --date=iso --branches --remotes --show-signature
lgx = log --all --graph --decorate --oneline --simplify-by-decoration
lgxs = log --all --graph --decorate --oneline --simplify-by-decoration --show-signature
list-unmerged = ls-files -u
ls-unmerged = ls-files -u
ours = "!f() { git checkout --ours $@ && git add $@; }; f"
Expand Down

0 comments on commit be6fc74

Please sign in to comment.