diff options
| -rw-r--r-- | .bash_aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases index ec717bd..18e7bb0 100644 --- a/.bash_aliases +++ b/.bash_aliases | |||
| @@ -27,6 +27,7 @@ alias fetch='git fetch' | |||
| 27 | alias merge='git merge' | 27 | alias merge='git merge' |
| 28 | alias push='git push' | 28 | alias push='git push' |
| 29 | alias remote='git remote' | 29 | alias remote='git remote' |
| 30 | alias rebase='git rebase' | ||
| 30 | 31 | ||
| 31 | # docker | 32 | # docker |
| 32 | alias dp='docker ps' | 33 | alias dp='docker ps' |