git: add alias,pull defconfig, lfs autosetup
This commit is contained in:
parent
713197347f
commit
e07d0ead27
@ -61,6 +61,8 @@
|
|||||||
}; f"
|
}; f"
|
||||||
code-changes = "!git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -rg | head -10"
|
code-changes = "!git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -rg | head -10"
|
||||||
cc = "!git code-changes"
|
cc = "!git code-changes"
|
||||||
|
fixup = "commit --fixup"
|
||||||
|
ri = "rebase -i --autosquash"
|
||||||
[branch]
|
[branch]
|
||||||
#New branch track remote
|
#New branch track remote
|
||||||
#autosetupmerge = always
|
#autosetupmerge = always
|
||||||
@ -132,3 +134,10 @@
|
|||||||
diff = /usr/share/git/diff-highlight/diff-highlight | less
|
diff = /usr/share/git/diff-highlight/diff-highlight | less
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = /usr/share/git/diff-highlight/diff-highlight
|
diffFilter = /usr/share/git/diff-highlight/diff-highlight
|
||||||
|
[filter "lfs"]
|
||||||
|
required = true
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
Loading…
Reference in New Issue
Block a user