From 0d1aa279d65485744b9037a872f3d7dfa486587a Mon Sep 17 00:00:00 2001 From: rtwolf Date: Tue, 7 Jan 2014 17:13:38 +0000 Subject: --- doc/forum/Portable_version_of_git-annex_for_windows.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/Portable_version_of_git-annex_for_windows.mdwn diff --git a/doc/forum/Portable_version_of_git-annex_for_windows.mdwn b/doc/forum/Portable_version_of_git-annex_for_windows.mdwn new file mode 100644 index 000000000..5c1bd81a6 --- /dev/null +++ b/doc/forum/Portable_version_of_git-annex_for_windows.mdwn @@ -0,0 +1,14 @@ +Problem: I don't have admin access on all the computers I want to plug my USB with git-annex on. +Solution: Make git & git-annex portable. + +The only catch is I'm not familiar enough with git to be able to actually tell if the more specialized git-annex working properly. The commands execute without crashing so I suspect it's fine but I was hoping someone else more competent could try this out and let me know if I it's working so I can add it to the tips section. Thanks in advance! + +Ingredients: +1. Portable version of msysgit: +2. Windows git-annex installer: +3. 7-zip (portable version optional): + +Steps: +1. Use 7-zip to extract the contents of the git-annex installer into their own folder. +2. Extract the portable version of git and copy all files extracted from git-annex installer into the "cmd" folder. +3. Run it! -- cgit v1.2.3 From 7f784cbd7a8b525dcd6af980083470ceb6dcfc0d Mon Sep 17 00:00:00 2001 From: rtwolf Date: Tue, 7 Jan 2014 17:16:50 +0000 Subject: --- doc/forum/Portable_version_of_git-annex_for_windows.mdwn | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/forum/Portable_version_of_git-annex_for_windows.mdwn b/doc/forum/Portable_version_of_git-annex_for_windows.mdwn index 5c1bd81a6..51a344464 100644 --- a/doc/forum/Portable_version_of_git-annex_for_windows.mdwn +++ b/doc/forum/Portable_version_of_git-annex_for_windows.mdwn @@ -4,11 +4,13 @@ Solution: Make git & git-annex portable. The only catch is I'm not familiar enough with git to be able to actually tell if the more specialized git-annex working properly. The commands execute without crashing so I suspect it's fine but I was hoping someone else more competent could try this out and let me know if I it's working so I can add it to the tips section. Thanks in advance! Ingredients: -1. Portable version of msysgit: -2. Windows git-annex installer: -3. 7-zip (portable version optional): +- Portable version of msysgit: +- Windows git-annex installer: +- 7-zip (portable version optional): Steps: -1. Use 7-zip to extract the contents of the git-annex installer into their own folder. -2. Extract the portable version of git and copy all files extracted from git-annex installer into the "cmd" folder. -3. Run it! +- Use 7-zip to extract the contents of the git-annex installer into their own folder. +- Extract the portable version of git and copy all files extracted from git-annex installer into the "cmd" folder. +- Run it! + +Edit: the markdown is eating my attempts to create a numbered list and making them a paragraph instead. Apologies! -- cgit v1.2.3 From de956a398806c7259c188ac455ba8ee190ac74cb Mon Sep 17 00:00:00 2001 From: rtwolf Date: Tue, 7 Jan 2014 17:18:48 +0000 Subject: --- .../Portable_version_of_git-annex_for_windows.mdwn | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/forum/Portable_version_of_git-annex_for_windows.mdwn b/doc/forum/Portable_version_of_git-annex_for_windows.mdwn index 51a344464..e4c0bb737 100644 --- a/doc/forum/Portable_version_of_git-annex_for_windows.mdwn +++ b/doc/forum/Portable_version_of_git-annex_for_windows.mdwn @@ -4,13 +4,19 @@ Solution: Make git & git-annex portable. The only catch is I'm not familiar enough with git to be able to actually tell if the more specialized git-annex working properly. The commands execute without crashing so I suspect it's fine but I was hoping someone else more competent could try this out and let me know if I it's working so I can add it to the tips section. Thanks in advance! Ingredients: -- Portable version of msysgit: -- Windows git-annex installer: -- 7-zip (portable version optional): + +* Portable version of msysgit: + +* Windows git-annex installer: + +* 7-zip (portable version optional): Steps: -- Use 7-zip to extract the contents of the git-annex installer into their own folder. -- Extract the portable version of git and copy all files extracted from git-annex installer into the "cmd" folder. -- Run it! + +1. Use 7-zip to extract the contents of the git-annex installer into their own folder. + +2. Extract the portable version of git and copy all files extracted from git-annex installer into the "cmd" folder. + +3. Run it! Edit: the markdown is eating my attempts to create a numbered list and making them a paragraph instead. Apologies! -- cgit v1.2.3