All Questions
3 questions
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 ...
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 ...
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 ...