Skip to content
Víctor Molina edited this page Jan 3, 2017 · 3 revisions

Welcome to the easy-push wiki!

How to use/execute

You have 4 ways to execute the script (2 ways for graphic script and 2 ways for terminal):

Graphic script

  1. If you want to execute it in graphic mode, you will have to execute the autopush.sh in the /graphic folder and follow the instructions.
  2. You can pass throw the arguments the commit message when you execute the graphic script.
./autopush.sh "Here your commit"

OR without commas

./autopush.sh Here your commit

Terminal script

  1. You can execute a terminal version. You can find it in the /terminal folder (autopush.sh).
  2. You can either pass the commit message throw the arguments:
./autopush.sh "Here your commit"

OR without commas

./autopush.sh Here your commit
Clone this wiki locally