diff options
| author | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-11-18 16:34:05 +0300 |
|---|---|---|
| committer | Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> | 2018-11-18 16:34:05 +0300 |
| commit | c07b7ecacae4d2d9849c5a7ee3bd52a47b3dcd5f (patch) | |
| tree | 4145a3d75a7768dc7efb210a29610656d8754f9a /README.md | |
| parent | added user interface (diff) | |
| download | gitbatch-c07b7ecacae4d2d9849c5a7ee3bd52a47b3dcd5f.tar.gz | |
update readme.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
