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
|
||||
la = "!git config -l | grep alias | cut -c 7-"
|
||||
test = !git add -A && git commit -m \"$(date)\"
|
||||
root = rev-parse --show-toplevel
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
|
|
|
@ -60,3 +60,5 @@ alias mk="make"
|
|||
alias mkc="make -C"
|
||||
|
||||
alias umamba="micromamba"
|
||||
|
||||
alias g="git"
|
||||
|
|
Loading…
Reference in a new issue