Skip to content

Instantly share code, notes, and snippets.

@vonhraban
Last active January 10, 2023 06:53
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/6c2e441dfc25f7b6452e0133f4ab4593 to your computer and use it in GitHub Desktop.
Save vonhraban/6c2e441dfc25f7b6452e0133f4ab4593 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-"
find = "!git ls-files | grep -i"
[core]
excludesfile = ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment