Add git lfs
This commit is contained in:
parent
92687c7e76
commit
af6f86bd53
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
alias.find-merge = "!sh -c 'commit=$0 && branch=\${1:-HEAD} && (git rev-list $commit..$branch --ancestry-path | cat -n; git rev-list $commit..$branch --first-parent | cat -n) | sort -k2 -s | uniq -f1 -d | sort -n | tail -1 | cut -f2'";
|
||||
alias.show-merge = "!sh -c 'merge=$(git find-merge $0 $1) && [ -n \"$merge\" ] && git show $merge'";
|
||||
};
|
||||
lfs.enable = true;
|
||||
};
|
||||
fish = {
|
||||
shellAbbrs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue