mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
Update git aliases with pgp related stuff
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
sub = submodule
|
||||
unstage = reset HEAD --
|
||||
last = log -1 HEAD
|
||||
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
|
||||
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset %Cgreen%GS%Creset' --abbrev-commit --
|
||||
pgp-on = config commit.gpgsign true
|
||||
pgp-off = config commit.gpgsign false
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
[difftool "Kaleidoscope"]
|
||||
|
||||
Reference in New Issue
Block a user