I run a project on sourceforge called mqmanager.NET that I inherited from the original author. Long story short I want to migrate this, and the rest of, my sourceforge projects to github. The problem
I just installed git on my linux machine (Kubuntu distro) by running the following command: sudo apt-get install git-core git-doc gitweb git-gui gitk git-email git-svn
Is it possible to clone a git repository which has more than one revisions? We tried to do it, and after the 1000\'th commit it does a GC and exits leaving the clone in a unusable state.
Okay so I made some changes in my project that resulted in a huge mess. I had already committed the changes so I could go back to it later, and then used git checkout HEAD^ to checkout the previous co
I understand how to initialize a git-svn repo, create a branch, do some work, merge branch, then use git svn rebase and git svn dcommit to push back to the svn repo. But between these two commands, ho
I\'m using TortoiseGit on Windows XP. My team all use a central svn server as our central \"canonical\" code repository. It\'s all run on a windows network.
There is an open source project开发者_JAVA百科 I want to checkout and contribute to. The main repository is SVN but I want to work in Git. Is this possible?
I\'ve bee reading up on git and git-svn. I\'m pretty new to git but I\'ve been able to create some basic repos. However, I\'m a bit confused on how the workflow would go for git-svn being used by a te
Our company subversion repo is a bit tricky: We\'ve go开发者_如何学编程t a basic \"default\" layout with trunk, tags and branches. However, inside the branches, we have a \"work\" directory which cont
I\'m quite new to git and I\'m trying to move a svn repository to git. I followed the guide below so now I have a git repo on my server