Skip to content

Instantly share code, notes, and snippets.

@ckuijjer
Created August 2, 2019 12:29
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 ckuijjer/78624053baa6fb62dbfa9a7281764daf to your computer and use it in GitHub Desktop.
Save ckuijjer/78624053baa6fb62dbfa9a7281764daf to your computer and use it in GitHub Desktop.
git dance πŸ‘―β€β™‚οΈ
git config --global alias.dance '!git stash && git pull && git push && git stash pop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment