diff --git a/doc/forum/Coming_from_git_world/comment_3_09c6bb83a73d34dff2b8bc185a14a1db._comment b/doc/forum/Coming_from_git_world/comment_3_09c6bb83a73d34dff2b8bc185a14a1db._comment new file mode 100644 index 0000000000..07023ffe3c --- /dev/null +++ b/doc/forum/Coming_from_git_world/comment_3_09c6bb83a73d34dff2b8bc185a14a1db._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawn5RcmefXjrl1vmbHIiOWQyXGXVKxlm3rg" + nickname="Kavin" + subject="comment 3" + date="2013-07-08T23:27:45Z" + content=""" +Awesome!! thanks, As i am kicking the tires, Based on my current scenario, How can i deploy this in my company , So each developer to do the bare minimum, Like just install git annex and it should work. + +i.e. is it possible to avoid the step git remote add backup ? Then they can just do + +$ yum install git-annex +$ cd repo +$ git checkout staging +$ git pull +$ git annex get large_file + +And it then just works. +"""]]