diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U <Carlo@web> | 2013-11-21 13:21:03 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-21 13:21:03 +0000 |
commit | c44bfe5132289fde7d7e8db181d0c3a572d93916 (patch) | |
tree | b987dd25bbf2d5e521b592569809398dc007d6a2 /doc | |
parent | 8fc2038dca26f3d064732deb02cfaec9bc5402cd (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/Crude_Windows_Sync.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Crude_Windows_Sync.mdwn b/doc/tips/Crude_Windows_Sync.mdwn index f481ef289..247386b29 100644 --- a/doc/tips/Crude_Windows_Sync.mdwn +++ b/doc/tips/Crude_Windows_Sync.mdwn @@ -29,7 +29,7 @@ Here's a workaround to start syncing folders on Windows right now. It's a bit co (6) Copy the "Git Bash" shortcut from your windows menu to your desktop, and change the link target to: - "C:\Program Files\Git\bin\sh.exe" --login -i "annex/sync.sh" + C:\Program Files\Git\bin\sh.exe" --login -i "annex/sync.sh" Now ask your users to run this shortcut before and after they change files. You can also put it into the "autostart" folder to sync at boot. |