summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-11-18 16:34:05 +0300
committerIbrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>2018-11-18 16:34:05 +0300
commitc07b7ecacae4d2d9849c5a7ee3bd52a47b3dcd5f (patch)
tree4145a3d75a7768dc7efb210a29610656d8754f9a /README.md
parentadded user interface (diff)
downloadgitbatch-c07b7ecacae4d2d9849c5a7ee3bd52a47b3dcd5f.tar.gz
update readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ece4e44..0578837 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,13 @@
## gitbatch
Aim of this simple application to make your local repositories syncrhonized with remotes easily. This is still a work in progress application.
+clone the repository:
+```bash
+git clone https://github.com/isacikgoz/gitbatch
+```
use it like:
```bash
-go run main.go -d '/Users/ibrahim/git' -p gitbatch -r origin -b master
+go run main.go -d '/Users/ibrahim/git' -p gitbatch
```
to get help:
```bash