update gits
This commit is contained in:
parent
d88d70df6b
commit
e3c45d6fef
2 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
|
|
||||||
# list aliases
|
# list aliases
|
||||||
la = "!git config -l | grep alias | cut -c 7-"
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
test = !git add -A && git commit -m \"$(date)\"
|
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
|
|
@ -60,3 +60,5 @@ alias mk="make"
|
||||||
alias mkc="make -C"
|
alias mkc="make -C"
|
||||||
|
|
||||||
alias umamba="micromamba"
|
alias umamba="micromamba"
|
||||||
|
|
||||||
|
alias g="git"
|
||||||
|
|
Loading…
Reference in a new issue