Re: [git-users] How do we completely backup a git repository ?

2016-03-11 Thread tombert
> > > git init --bare foo.git > cd foo.git > git fetch $source_repo_url 'refs/*:refs/*' > > > Just a note to make this complete - this works as long as you do not use annexes and LFS. -- You received this message because you are subscribed to the Google Groups "Git for human beings"

[git-users] git svn fetch branch mismatch

2016-03-11 Thread Perry Ismangil
Hi all, Following https://www.atlassian.com/git/tutorials/migrating-synchronize, I was able to largely successful migrating https://svn.pjsip.org/repos/pjproject/ to https://git.pjsip.org/gitpub/pjproject.git Synchronizing the trunk with master works. However I am now having problems

Re: [git-users] stash for remote?

2016-03-11 Thread Konstantin Khomoutov
On Thu, 10 Mar 2016 23:27:01 +0100 Pablo Rodríguez wrote: [...] > > If we suppose we're talking about the branch "master", and the > > remote server is known as "origin", then you'd do something like > > this: > > > > First do > > > > git fetch origin > > > > to have

Re: [git-users] dropped stash without applying

2016-03-11 Thread Konstantin Khomoutov
On Thu, 10 Mar 2016 21:56:07 +0100 Pablo Rodríguez wrote: [...] > As far as I know, all my repos are normal. I don’t know how to get > non-bare repositories (no idea of what these might be). [...] A bare repository is a repository with no work tree -- which contains the files

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

2016-03-11 Thread tombert
SourceTree does support LFS. See "Repository->Git LFS" - although I never used it. On Friday, 12 February 2016 12:18:09 UTC+1, Théo G wrote: > > 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