Skip to content

Instantly share code, notes, and snippets.

@takakd
Created March 10, 2020 10:41
Show Gist options
  • Save takakd/e7ce0d2dfcb555994d34b436dd1f829b to your computer and use it in GitHub Desktop.
Save takakd/e7ce0d2dfcb555994d34b436dd1f829b to your computer and use it in GitHub Desktop.
Create branch for wip.
#!/usr/bin/env bash
git checkout -b for_wip
git commit --allow-empty -m "wip"
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment