Skip to content

Instantly share code, notes, and snippets.

@edwardkenfox
Last active November 9, 2016 10:10
Show Gist options
  • Save edwardkenfox/9bd61d83e07f9724db05 to your computer and use it in GitHub Desktop.
Save edwardkenfox/9bd61d83e07f9724db05 to your computer and use it in GitHub Desktop.
git wip command
# other git configs
[alias]
wip = "!f(){ git add . && git commit -m \"WIP [ci skip]\"; };f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment