|
|
@@ -75,7 +75,12 @@ alias ufwcmd="echo 'ufw allow proto tcp from 0.0.0.0 port 00 to 0.0.0.0 port 00
|
|
|
alias weather="curl http://wttr.in/hk"
|
|
|
alias publicip="curl ipinfo.io"
|
|
|
|
|
|
-alias graph="git log --all --decorate --oneline --graph"
|
|
|
+alias git-graph="git log --all --decorate --oneline --graph"
|
|
|
+alias git-restore="git restore ."
|
|
|
+alias git-sreset="git reset --soft"
|
|
|
+alias git-hreset="git reset --hard"
|
|
|
+alias git-clean="git clean . -fd"
|
|
|
+alias git-check="git checkout"
|
|
|
alias gs="git status"
|
|
|
alias gl="git log"
|
|
|
alias gd="git diff"
|