From 846c90a17cde7b8f09c58ad639cdffe6ae5d7f25 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawn5RcmefXjrl1vmbHIiOWQyXGXVKxlm3rg" Date: Mon, 8 Jul 2013 19:27:14 +0000 Subject: [PATCH] --- doc/forum/Coming_from_git_world.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Coming_from_git_world.mdwn diff --git a/doc/forum/Coming_from_git_world.mdwn b/doc/forum/Coming_from_git_world.mdwn new file mode 100644 index 0000000000..ee8b844e81 --- /dev/null +++ b/doc/forum/Coming_from_git_world.mdwn @@ -0,0 +1,9 @@ +So i am coming from git world, All documentation and posts seemed to be for media etc. I have a simple question. + +Can i use git annex to manage large files , Which i think i can. But will it work with branching/tagging etc. + +e.g. We currently use git have some large files in git repo.... I am planning to move the large files to use annex. But would like to maintain branches, i.e. each branch might have different version of files and maybe tagged, So i can get back some old version from a branch. + +Is this possible ? I did not get any explicit answer or examples on how this works or even if its supported. + +Also can i use same folder for git and git-annex ?