git-patch Questions

1

Solved

I am a newbie to git and I was just wondering, if it's possible to create a git patch from two different file. There is no git repo, the scenario is that I have a file and I modified it, now I want...
Rotterdam asked 1/4, 2015 at 5:28

3

Solved

I'd like to use Git's patience diff algorithm (the one you get if you invoke git diff with the --patience argument) with git add -p. How can I do this? Background: I'm working with some XML files,...
Logicize asked 14/9, 2012 at 13:24

2

Solved

This has been bothering me about git. I have a repository with multiple remotes, and I need to apply hotfixes to the remotes' master branches. So, I try doing: git fetch remote1 master git checkou...
Nedrud asked 15/12, 2013 at 22:29

2

Solved

So, I've got a file I've been working on in branch A, and I'm just about ready to commit it. However, looking at the diff, I think it's better to put it into two separate commits (Well, in this cas...
Duet asked 24/7, 2013 at 3:20

2

Solved

This will be a long one but I hope you could bear with me. I am trying to use git to put my team's source code under version control. After trying to find different approaches that would work for ...
Roseline asked 28/4, 2009 at 12:10

© 2022 - 2024 — McMap. All rights reserved.