Skip to content
Snippets Groups Projects

my-git-aliases

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Dirk Sarpe
    snippetfile1.txt 517 B
    alias.dw=diff --word-diff
    alias.unstage=reset HEAD --
    alias.tree=log --decorate --pretty=oneline --abbrev-commit --graph
    alias.lol=log  --decorate --pretty=oneline --abbrev-commit --graph --all
    alias.lg=log --color --graph --pretty=format:'%C(auto)%h%Creset -%C(auto)%d%Creset %s %C(dim cyan)(%cr) %C(white)<%an>%Creset' --abbrev-commit --all
    alias.pushall=push --recurse-submodules=on-demand
    alias.s=status -s
    alias.iaddpw=add--interactive-words --patch=stage --
    alias.yolo=!sh -c 'git commit -am update && git push'
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment