Top "Git-svn" questions

git-svn is a bidirectional bridge between git and Subversion allowing to use a remote Subversion repository as a local Git repository while still be able to send changes back to Subversion.

Git SVN error: a Git process crashed in the repository earlier

I was just trying to commit changes to the Git master. From what I have read, it seems that the …

git git-svn
Is it possible for git-merge to ignore line-ending differences?

Is it possible for git merge to ignore line-ending differences? Maybe I'm asking the wrong question ... but: I tried uisng …

git merge git-svn line-endings eol
Ignore modified (but not committed) files in git?

Can I tell git to ignore files that are modified (deleted) but should not be committed? The situation is that …

git git-svn ignore
How do I tell git-svn about a remote branch created after I fetched the repo?

I'm using git-svn to work against my company's central Subversion repository. We've recently created a new feature branch in the …

git git-svn
GitHub: Clone succeeded, but checkout failed

I am having some problems working with git clone.The files are downloaded in my local git folder. Running the …

git github git-svn
Command to clear the Git Bash screen

Is there any command in Git, that clear the screen. for example in window command line after execute a lot …

version-control git-svn git-bash
git-svn not a git command?

While attempting to get an old svn dump of a project under git control, I ran into an interesting problem. …

svn git git-svn
How to clone a specific branch in git bitbucket

I want to clone a specific branch. I don't want download the master branch. How do I clone the whole …

git github bitbucket git-svn
How do I see my local unpushed commits?

If I have a local branch test and the remote branch is test. So if I did a push it …

git git-svn
How to migrate code from SVN to GIT without losing commits history?

I would like to know the recommended way to move our code from a SVN repository to a GIT repository, …

git svn version-control git-svn