Преглед на файлове

updated default aliases

control преди 5 месеца
родител
ревизия
d3bca90223
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 6 1
      aliases/default_aliases

+ 6 - 1
aliases/default_aliases

@@ -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"