Skip to content

Instantly share code, notes, and snippets.

@vonhraban
Created April 10, 2018 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vonhraban/9dfe023c0783c7734a84ff80fa004e32 to your computer and use it in GitHub Desktop.
Save vonhraban/9dfe023c0783c7734a84ff80fa004e32 to your computer and use it in GitHub Desktop.
[alias]
a = add
s = status
b = branch
can = commit --amend --no-edit
pf = push --force
rewrite = "!git add . && git can && git push -f"
la = "!git config -l | grep alias | cut -c 7-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment