From 1d323e4bd59093d5a26e7305f45efea8dfd4af8b Mon Sep 17 00:00:00 2001 From: Alex North <445306+anorth@users.noreply.github.com> Date: Mon, 15 Apr 2019 15:27:21 +1000 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3007ccb --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# gflows +Git/GitHub workflow scripts for rapid and parallel team development + +### Installation +Symlink `gflow.py` into `~/bin/gflow`, or somewhere else in your `$PATH`. +Invoke as `gflow up`, etc. + +Optionally, you can symlink it multiple times with different names, +those names corresponding to the names of commands: `up`, `land` etc. +Then you can invoke the command directly as `up` or `land` without the preceding `gflow`.