aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-01-03 14:18:26 +0800
committertypebrook <typebrook@gmail.com>2019-01-03 14:18:48 +0800
commitf27bde7b80e6891dec79151950becee36b34cfe2 (patch)
treeddb98976ad3045957dbc76e07427c4390c46e3de
parentdbdb762f6dff42fae4c2c4eedeb7c3c9b55cf68d (diff)
git rebase
-rw-r--r--.bash_aliases1
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'
27alias merge='git merge' 27alias merge='git merge'
28alias push='git push' 28alias push='git push'
29alias remote='git remote' 29alias remote='git remote'
30alias rebase='git rebase'
30 31
31# docker 32# docker
32alias dp='docker ps' 33alias dp='docker ps'