diff options
author | NeodarZ <neodarz@neodarz.ovh> | 2017-02-03 17:25:49 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.ovh> | 2017-02-03 17:25:49 +0100 |
commit | 94d875b6d63974c22647d82a984b0576b9f55f0b (patch) | |
tree | a66ff319adf80f54067fd684b331ec52041e19c3 | |
parent | a42bef671289dfdbfe7fb6c2227b72f0d443a17e (diff) | |
download | task-git-94d875b6d63974c22647d82a984b0576b9f55f0b.tar.xz task-git-94d875b6d63974c22647d82a984b0576b9f55f0b.zip |
Add info for use of push command
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ is altered. ## Usage -1. Navigate to your Taskwarrior data directory (usually in `~/.task`) and type `git init`. If you plan to push to a remote, go ahead and add your remote now. +1. Navigate to your Taskwarrior data directory (usually in `~/.task`) and type `git init`. If you plan to push to a remote, go ahead and add your remote now. Don't forget the following command: `git branch --set-upstream-to=origin/<branche> master`. 2. Add symlink to task-git.sh as /usr/bin/task-git `ln -s /path/to/task-git/task-git.sh /usr/bin/task-git` |