Skip to content

Instantly share code, notes, and snippets.

@rvandermeulen
Last active October 2, 2025 16:39
Show Gist options
  • Select an option

  • Save rvandermeulen/870e9bdcc4ea5b698b7173be540bd030 to your computer and use it in GitHub Desktop.

Select an option

Save rvandermeulen/870e9bdcc4ea5b698b7173be540bd030 to your computer and use it in GitHub Desktop.
git aliases
[alias]
amend = commit --amend
amendne = commit --amend --no-edit
b = branch
bd = branch -D
co = checkout
cpc = "!git add . && git cherry-pick --continue"
pr = pull --rebase
rc = "!git add . && git rebase --continue"
s = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment