diff options
author | typebrook <typebrook@gmail.com> | 2019-01-03 14:18:26 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-01-03 14:18:48 +0800 |
commit | f27bde7b80e6891dec79151950becee36b34cfe2 (patch) | |
tree | ddb98976ad3045957dbc76e07427c4390c46e3de | |
parent | dbdb762f6dff42fae4c2c4eedeb7c3c9b55cf68d (diff) |
git rebase
-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' |