Fixed typo
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 21 Jun 2018 23:51:25 +0000 (02:51 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 21 Jun 2018 23:51:25 +0000 (02:51 +0300)
doc/index.org
tools/commit and push [new file with mode: 0755]
tools/open with git-cola [deleted file]

index c214637..bb9967d 100644 (file)
@@ -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 (executable)
index 0000000..057b511
--- /dev/null
@@ -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 (executable)
index 8655908..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-cd "${0%/*}"
-
-cd ..
-
-cola