python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
The previous cherry-pick is now empty when not cherry-picking
I am trying to drop a list of commits by using git rebase -i HEAD~19. I have successfully used this method in the past, but when I try running and then quitting vim without any changes(:q!) I get this...
Jamie
Votes: 0
Answers: 1
git cherry-pick says nothing to commit
(note: this is not a duplicate question, see explanation below)
I first checkout master as a detached branch:
% git checkout --detach master
HEAD is now at fff9e1e687 modserver/go: skip Spotlight auto...
Victor de Fontnouvelle
Votes: 0
Answers: 2
What's the best way to selectively share changes between two Git repositories?
We have a Git repository (in Azure DevOps) containing code for a library which is going to be refactored heavily in certain areas. However, some areas of the code will remain (almost) unchanged. As pa...
gehho
Votes: 0
Answers: 0
git cherry-pick/merge without whitespace changes (but without conflicts)
I'm trying to do a simple thing:
git cherry-pick --no-commit <commit with a lot of useless whitespace changes> -Xignore-all-space
Perhaps I'm overlooking something obvious but I can't force git...
Miro Kropacek
Votes: 0
Answers: 0