Skip to content

How to clear history and merge commits #1039

Answered by Appled
schnek asked this question in Q&A
Discussion options

You must be logged in to vote

Or you can just do "git rebase -i develop" and it will show all commits that are not on develop branch 😃

Also, to note that after rebase and force push other users cannot pull your new changes if they had cloned your branch. They have to delete their local branch and fetch it again.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@schnek
Comment options

Answer selected by Zyres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants