Tagged Questions
3
votes
2answers
166 views
Git always merge without a fast-forward, except for when pulling?
Is there a way to have git always merge without a fast-forward, except for when pulling?
Following a nice git-flow, I like keeping my branch history (easier to remove features, etc later on), so I ...
3
votes
1answer
83 views
How to set difftool/mergetool for a specific file extension in Git?
Is it possible to set a custom tool for merging files with a specific extension in Git?
Thanks for any pointers!
Update
I wasn't able to come up with any better solution than defining a custom ...
2
votes
5answers
4k views
.gitconfig error
I edited my .gitconfig file to add support for LabView and it appears that I did something that Git doesn't exactly like. The problem is it (Git) doesn't tell me what it doesn't like. What did I do ...