+ git aliases in aliases.sh.example
* octobercms webp example nginx config moved to separate file * use dns placeholder *.local.wpstudio.ru for example naming of local domains in nginx config * up default nodejs version in env-example to lts/fermium
This commit is contained in:
@ -20,4 +20,11 @@ else # macOS `ls`
|
||||
fi
|
||||
|
||||
# Always use color output for `ls`
|
||||
alias ls="command ls ${colorflag}"
|
||||
alias ls="command ls ${colorflag}"
|
||||
|
||||
alias gst='git status'
|
||||
alias ga='git add'
|
||||
alias gc='git commit -m'
|
||||
alias gush='git push'
|
||||
alias gull='git pull'
|
||||
alias gb='git branch'
|
||||
|
Reference in New Issue
Block a user