aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-06-05 13:19:22 +0800
committertypebrook <typebrook@gmail.com>2019-06-05 13:19:22 +0800
commiteb5a61fc5ced143851c30f671f9ac2f8051243d3 (patch)
tree049c427e09516daa52185c5308c8ba42d8a4002b
parent7a00ae1ce49d032588a69966ab8635e553629f2b (diff)
update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 123beb8..9edeb3f 100644
--- a/alias
+++ b/alias
@@ -65,6 +65,7 @@ alias df='df -h'
65alias g='git' 65alias g='git'
66alias gls='git log -S' 66alias gls='git log -S'
67alias gc='git clone' 67alias gc='git clone'
68alias gc1='git clone --depth=1'
68alias check='git checkout' 69alias check='git checkout'
69alias checkout='git checkout' 70alias checkout='git checkout'
70alias stash='git stash' 71alias stash='git stash'