You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 line
885 B

  1. [alias]
  2. up = !sh -c 'git pull --rebase && git push'
  3. # 1.8.4+ only for ignore-all-space
  4. wsldiff = diff --color-words --ignore-space-at-eol --ignore-space-change --ignore-all-space --ignore-all-space
  5. wsdiff = diff --color-words --ignore-space-at-eol --ignore-space-change --ignore-all-space
  6. wdiff = diff --color-words
  7. ci = commit
  8. ciu = commit --all
  9. co = checkout
  10. ba = branch --all
  11. st = status --short --branch
  12. pak = repack -a -d -f --depth=2000 --window=2000
  13. unstage = reset HEAD
  14. tlog = log --graph --color=always --abbrev-commit --date=relative --pretty=oneline
  15. hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
  16. slog = log --oneline --decorate
  17. fixup = commit --fixup
  18. squash = commit --squash
  19. ri = rebase --interactive --autosquash
  20. ra = rebase --abort