From: Svjatoslav Agejenko Date: Thu, 21 Jun 2018 23:51:25 +0000 (+0300) Subject: Fixed typo X-Git-Tag: sixth-3d-1.2~42 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=ee92c50f7290817419601bdce4da9e58f19dafcc Fixed typo --- diff --git a/doc/index.org b/doc/index.org index c214637..bb9967d 100644 --- a/doc/index.org +++ b/doc/index.org @@ -3,7 +3,7 @@ ----- - This is a subproject of [[http://www3.svjatoslav.eu/projects/sixth/][Sixth]] -- Clone GIT repository using commanad: +- Clone GIT repository using command: : git clone http://www2.svjatoslav.eu/git/sixth-3d.git - [[http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] diff --git a/tools/commit and push b/tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/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 diff --git a/tools/open with git-cola b/tools/open with git-cola deleted file mode 100755 index 8655908..0000000 --- a/tools/open with git-cola +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -cd "${0%/*}" - -cd .. - -cola