lfs
This commit is contained in:
parent
56ec9dcc63
commit
cf92f30e65
1 changed files with 1 additions and 0 deletions
|
@ -27,3 +27,4 @@ abbr zip "zip -r 'archive.zip' dossier"
|
||||||
abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all disks
|
abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all disks
|
||||||
abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
|
abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
|
||||||
abbr grp "git remote prune origin"
|
abbr grp "git remote prune origin"
|
||||||
|
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
|
||||||
|
|
Loading…
Reference in a new issue