more git laziness
This commit is contained in:
parent
8a7bae0bd8
commit
2f668e1d77
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,6 @@ excludesfile = /home/{{- .chezmoi.username -}}/.config/git/ignore
|
|||
name = {{ .name }}
|
||||
email = {{ .email }}
|
||||
|
||||
|
||||
|
||||
[credential]
|
||||
helper = cache
|
||||
|
||||
|
@ -41,6 +39,7 @@ cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
|||
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||
la = "!git config -l | grep alias | cut -c 7-"
|
||||
gl = config --global -l
|
||||
rb5 = rebase -i HEAD~5
|
||||
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
|
|
Loading…
Reference in a new issue