From 23d476a4356122751cae7bcafac64647d75d9f17 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Fri, 22 Jun 2018 02:49:54 +0300 Subject: [PATCH] Fixed typo --- doc/index.org | 2 +- tools/commit and push | 11 +++++++++++ tools/open with git-cola | 7 ------- 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100755 tools/commit and push delete mode 100755 tools/open with git-cola diff --git a/doc/index.org b/doc/index.org index 81e4cbe..9284711 100644 --- a/doc/index.org +++ b/doc/index.org @@ -1,7 +1,7 @@ #+TITLE: Sixth - system for data storage, computation, exploration and interaction ----- -- Clone GIT repository using commanad: +- Clone GIT repository using command: : git clone http://www2.svjatoslav.eu/git/sixth.git - [[http://www2.svjatoslav.eu/gitweb/?p=sixth.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 -- 2.20.1