Problems when rebasing because of an untracked file
I want to rebase a branch into the main branch so I do
Old commit messages reappeared after rebase (reword)
I recently changed some commit messages in my git history.
Pull and rebase from master in same time
I want to optimize the following process:
What is the git issue that causes a bunch of commits already on master to be pushed to a pull request from a feature branch
I often see this in pull requests, where someone accidentally pushes up a bunch of rebased commits into their PR, and then in the commits tab, there’s a long list of all the existing commits that are already on master.