Skip to content

Instantly share code, notes, and snippets.

@5pecia1
Last active November 22, 2016 11:50
Show Gist options
  • Save 5pecia1/193901ef79b5f452e7e5cb8b7f92d0d8 to your computer and use it in GitHub Desktop.
Save 5pecia1/193901ef79b5f452e7e5cb8b7f92d0d8 to your computer and use it in GitHub Desktop.
git alias for hakyll
[alias]
make-master = !git checkout master && cp -a _site/. .
commit-develop-and-master = !git commit $1 \"$2\" && git make-master && git add . && git commit $1 \"$2\"
push-origin-all-checkout-develop = !git push origin --all && git checkout develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment