Skip to content

Instantly share code, notes, and snippets.

@Soulflare3
Created September 29, 2015 01:08
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 Soulflare3/1c9b9272de3f1a6c6e4b to your computer and use it in GitHub Desktop.
Save Soulflare3/1c9b9272de3f1a6c6e4b to your computer and use it in GitHub Desktop.
Quick commit script I wrote to save time
#! /bin/sh
echo "" > /home/commitmessage
nano /home/commitmessage
cd /home/ChronalRobot
git add .
git commit -F /home/commitmessage
git push --repo=http://github.com/Soulflare3/ChronalRobot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment