Skip to main content

All Questions

Tagged with
1 vote
1 answer
168 views

Unable to authenticate when creating upstream branch using git-svn

I am unable to use git-svn to create a branch on an svn server, using the git svn branch <branchname> command on windows using either git-bash, cygwin or git extensions. I would like some ...
imsometa's user avatar
1 vote
1 answer
2k views

Cannot reset changes in Git Extensions

I am using Git Extensions for connecting to GitHub. Recently I have faced there are files that are flagged in unstaged changes. I cannot reset/delete files. The only way to get rid of them is check-in ...
Sabby62's user avatar
  • 1,717
27 votes
1 answer
26k views

What can cause git to mess with character encoding?

Edit: git does not mess with character encoding. This is still here to share knowlege and avoid others making the same mistake. The context: My enterprise uses an svn repository. I'm using git-svn as ...
Samuel Rossille's user avatar
5 votes
3 answers
3k views

How do I fetch a single branch using Git SVN fetch?

I am working with the Git SVN plugin with a SVN repository, every timeI do a git fetch it fetches all the branches changes all over SVN repository. it takes a long time after couple of hours with many ...
David MZ's user avatar
  • 3,728