Skip to content

Instantly share code, notes, and snippets.

@dfinzer
Created May 12, 2016 01:47
Show Gist options
  • Save dfinzer/e72081d14f8e55ea89fa7263a037a4bb to your computer and use it in GitHub Desktop.
Save dfinzer/e72081d14f8e55ea89fa7263a037a4bb to your computer and use it in GitHub Desktop.
[alias]
amend = !git add -A && git commit --amend --no-edit
p = !git push origin $(git rev-parse --abbrev-ref HEAD)
c = "!git add -A && git commit -m "
cc = "!git commit --amend -m "
co = !git checkout
Copy link

ghost commented Mar 16, 2019

What does this do -> !git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment