X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=physical.git;a=blobdiff_plain;f=repository%20handling%20tools%2Fcommit%20and%20push;fp=repository%20handling%20tools%2Fcommit%20and%20push;h=057b511afb9ab4004d683838c1f504d1dc36204b;hp=0000000000000000000000000000000000000000;hb=64a9a1e7f550e06574b644bf35fa1b6dfdede4d8;hpb=0e8c97e43a9c88ff1250d8bde556ce4cbebd69a9 diff --git a/repository handling tools/commit and push b/repository handling tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/repository handling tools/commit and push @@ -0,0 +1,11 @@ +#!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; + +cd .. + +cola +git push + +echo "" +echo "Press ENTER to close this window." +read