Basically, there are 3 steps:
- git rebase -i <REVISION>
- git will launch an editor to edit the command file, change the pick command to squash for all except the first one and save.
- git will launch an editor to edit the comments, change accordingly and save.
No comments:
Post a Comment