[git-users] Check remote repo for changes without pull

2009-09-02 Thread julian
How do I know if there have been changes to a remote tracked repo that have not been pulled to my local repo, from my local repo without actually doing a pull? My scenario is as follows. I have a bare repo on my git server, a repo on the production server, and a repo on my development machine.

[git-users] fixing detached branches left after svn2git

2013-02-07 Thread Julian Sikorski
Hi, I have migrated an SVN repository to git using svn2git. The problem is that, for some reason, the branching points did not get ported over, so now I have the branches sort of parallel to one another. Is there a way to add the missing branching point? Thanks in advance. Regards, Julian

Re: [git-users] fixing detached branches left after svn2git

2013-02-07 Thread Julian Sikorski
W dniu 07.02.2013 22:22, Philip Oakley pisze: From: Julian Sikorski Sent: Thursday, February 07, 2013 9:00 PM Hi, I have migrated an SVN repository to git using svn2git. The problem is that, for some reason, the branching points did not get ported over, so now I have the branches sort