mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update git aliases with pgp related stuff
This commit is contained in:
@@ -30,7 +30,9 @@
|
|||||||
sub = submodule
|
sub = submodule
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
last = log -1 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]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
[difftool "Kaleidoscope"]
|
[difftool "Kaleidoscope"]
|
||||||
|
|||||||
Reference in New Issue
Block a user