Skip to content

Instantly share code, notes, and snippets.

@iJKTen
Created April 10, 2022 01:31
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 iJKTen/576f937bd3789d10c2082fc3d5757e53 to your computer and use it in GitHub Desktop.
Save iJKTen/576f937bd3789d10c2082fc3d5757e53 to your computer and use it in GitHub Desktop.
burn = stash
st = status
cm = commit -m
cu = commit --amend -m
a = add .
new = checkout -b
del = branch -D
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
done = push origin HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment