aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.ovh>2017-02-03 17:25:49 +0100
committerNeodarZ <neodarz@neodarz.ovh>2017-02-03 17:25:49 +0100
commit94d875b6d63974c22647d82a984b0576b9f55f0b (patch)
treea66ff319adf80f54067fd684b331ec52041e19c3
parenta42bef671289dfdbfe7fb6c2227b72f0d443a17e (diff)
downloadtask-git-94d875b6d63974c22647d82a984b0576b9f55f0b.tar.xz
task-git-94d875b6d63974c22647d82a984b0576b9f55f0b.zip
Add info for use of push command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 082962e..89751fa 100644
--- a/README.md
+++ b/README.md
@@ -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`