Add `full-diff` git alias

This alias is mostly useful for getting diff texts to copy to other
applications.
master
Jordan Atwood 2 years ago
parent 9be0ff854e
commit 706da4a453
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 1
      src/.gitconfig

@ -12,6 +12,7 @@
}; f"
fixup = commit --amend --no-edit
fixup-a = commit -a --amend --no-edit
full-diff = !git --no-pager diff
ll = log --pretty=format:"%C(yellow)%h%C(red)%d%C(reset)\\ %s\\ %C(blue)%C(bold)[%aN]%C(reset)" --decorate --numstat
lo = log --oneline --decorate
ls = log --pretty=format:"%C(yellow)%h%C(red)%d%C(reset)\\ %s\\ %C(blue)%C(bold)[%aN]%C(reset)" --decorate

Loading…
Cancel
Save