addet an alias
This commit is contained in:
parent
a910ed3d33
commit
e8bdf7d914
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -332,6 +332,7 @@ drweb() {
|
||||||
if command_exists git; then
|
if command_exists git; then
|
||||||
alias g="git"
|
alias g="git"
|
||||||
alias gs="git status -sb"
|
alias gs="git status -sb"
|
||||||
|
alias gsl="git status"
|
||||||
alias gm='git checkout main && git merge'
|
alias gm='git checkout main && git merge'
|
||||||
alias gc="git clone --recurse-submodule"
|
alias gc="git clone --recurse-submodule"
|
||||||
gcl() {
|
gcl() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue