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)
How to rebase on to an earlier remote commit?
I have a local commit A and I used git pull --rebase origin master, so now A is stacked on top of the latest remote master commit, but I realized that I didn't want to do that and needed to actually r...
David
Votes: 0
Answers: 2
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
Master modifies a file, topic deletes it and later reverts the deletion. How to rebase?
A file was deleted somewhere along the topic branch, and later the deleting commit was reverted. Now the master branch modified that file, and this causes "modified/deleted" conflict on the ...
Szczepan Hołyszewski
Votes: 0
Answers: 1
How to delete/clear old commit history from pull request?
After a pull request and merge from my remote origin branch to upstream, I deleted the branch from my remote, but I rename the local branch and keep working on it (which I think is the reason why I me...
Nigel
Votes: 0
Answers: 2