[git-users] Storing file on a server rather than on the git folder

2016-02-12 Thread Théo G
Hello everyone, 
I would like to know if it is possible to store file elsewhere that in the 
git folder. 
Let me explain myself: 
We use Git a lot and therefore the folder just get bigger and bigger, which 
slowed everything when we need to make a test or something else and of 
course we need to keeptrack of every single file, so no cleaning possible! 
I've seen solution about how it is possible to manage large binary files in 
Git (which is my problem), like git LFS, git annex, git bigfiles, git-fat, 
git-media, etc... 
The fact is I make my research and none of these solutions seem to be 
perfectly adapted to our development environment. We use Git on Windows and 
SourceTree as a Visual interface for Git. People here are afraid of command 
line and I cannot make anything to change the environment. 
My question is then: 
Is it possible to store file not on the hard drive but on a local server 
(like G://), maybe thanks to Git hook? 
I hope I've been clear and thank you for your response of any kind, tips 
and questions are welcome!

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Storing file on a server rather than on the git folder

2016-02-12 Thread Dale R. Worley
Theo G  writes:
> We use Git on Windows and SourceTree as a Visual interface for Git.

It sounds like the only acceptable solution is one that can be operated
using SourceTree.  So the question is, is there a facility in SourceTree
for this?  I think you would be more likely to get a useful answer if
you ask where SourceTree users get support.

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.