diff options
Diffstat (limited to 'README.md')
-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` |