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 }}
|
name = {{ .name }}
|
||||||
email = {{ .email }}
|
email = {{ .email }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
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\")\"
|
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
la = "!git config -l | grep alias | cut -c 7-"
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
gl = config --global -l
|
gl = config --global -l
|
||||||
|
rb5 = rebase -i HEAD~5
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
|
Loading…
Reference in a new issue