Skip to content

Instantly share code, notes, and snippets.

@bitmess
Created June 5, 2017 06:50
Show Gist options
  • Save bitmess/b572590340c0282ee06ebb9cf9236a0f to your computer and use it in GitHub Desktop.
Save bitmess/b572590340c0282ee06ebb9cf9236a0f to your computer and use it in GitHub Desktop.
git commit & push folders
#!/bin/sh
git add . && git ci -m merge && git pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment