mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #732
- changed the parsing of ssh:// URIs, paths are now absolute by default
This commit is contained in:
parent
df8496edae
commit
398371d324
4 changed files with 24 additions and 11 deletions
|
@ -155,8 +155,8 @@ a second database.
|
|||
|
||||
Here is a basic example of the procedure:
|
||||
|
||||
$ task merge ssh://user@myremotehost/.task/
|
||||
$ task push ssh://user@myremotehost/.task/
|
||||
$ task merge ssh://user@myremotehost/~/.task/
|
||||
$ task push ssh://user@myremotehost/~/.task/
|
||||
|
||||
The first command fetches the undo.data file from the remote system, reads the
|
||||
changes made and updates the local database. When this merge command completes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue