Add git lfs

This commit is contained in:
Jakob Lechner 2023-11-22 14:49:58 +00:00
parent 92687c7e76
commit af6f86bd53
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -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 = {