diff options
author | 2011-12-09 10:03:20 +0000 | |
---|---|---|
committer | 2011-12-09 10:03:20 +0000 | |
commit | e664af5d8cf310ac3dcb7e27a5a6846360917fbf (patch) | |
tree | cfa7b900b4eda68ade91ad79e3b07b801742d0f3 /doc/tips | |
parent | b3ac4af6b0722db35b8295d1131b41c827cdd708 (diff) |
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn b/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn index 3f02ea47d..8fb2bf9db 100644 --- a/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn +++ b/doc/tips/using_git_annex_with_no_fixed_hostname_and_optimising_ssh.mdwn @@ -1,6 +1,6 @@ ## Intro -This tip is based on my experience of using `git annex` with my out-and-about netbook which hits many different wifi networks and has no fixed home or address. +This tip is based on my (Matt Ford) experience of using `git annex` with my out-and-about netbook which hits many different wifi networks and has no fixed home or address. I'm not using a bare repository that allows pushing (an alternative solution) nor do I fancy allowing `git push` to run against my desktop checked out repository (perhaps I worry over nothing?) |