From 20fb61b689a7990da405b7e422d3d086f7d0a748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gundars=20M=C4=93ness?= Date: Sun, 15 Mar 2015 12:25:37 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac6a00e..a285ab2 100755 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ Scan all directories {dir} for git repositories and perform actions based on opt Syntax: `$ gitscan [options] {dir1} [{dir2} {dir3}...]` Options: -- `-o` update remote origin URLs format from oauth/ssh to https +- `-o` update remote origins URL from oauth/ssh format to https - `-m` list all modified files - `-c` create test and development branches in sync with origin ###buildenv -Changes {build number} for a {branch} on site environmnet {env} +Changes {build number} for a {branch} on site environment {env} -**Warning:** Before using script, change line 4 'https/link/to/encriched.git' in file ~/.bashscripts/config/user.sh - swap dummy string with https link to enriched github repository +**Warning:** Before using script, change line 4 'https/link/to/encriched.git' in file ~/.bashscripts/config/user.sh - swap dummy string with enriched repository URL Syntax: `$ buildenv {env} {branch} {build number}`