Merge branch 'refs/heads/master' into uvicorn
# Conflicts: # dockerfiles/workspace/.shell-aliases
This commit is contained in:
6
dockerfiles/workspace/.bash_aliases.example
Normal file
6
dockerfiles/workspace/.bash_aliases.example
Normal file
@ -0,0 +1,6 @@
|
||||
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'
|
3
dockerfiles/workspace/.gitignore
vendored
3
dockerfiles/workspace/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/aliases.sh
|
||||
/.bash_*
|
||||
!/.bash_.example
|
||||
/crontab
|
||||
|
Reference in New Issue
Block a user