Medium
In the command line, during an interactive rebase, I define my list of commits to be reworked as follows:
#p 1234561 Commit 1
p 1234562 Commit 2
p 1234573 Commit 3
d 1234564 Commit 4
f 1234565 Commit 5
p 1234566 Commit 6
p 1234567 Commit 7
What is the result?
Author: IpponStatus: PublishedQuestion passed 1907 times
Edit
4
Community EvaluationsNo one has reviewed this question yet, be the first!
3
What does the `git pull` command do, executed without an option?5
Create a git alias to checkout a branch8
Remove an unnecessary commit in an interactive rebase in the command line.3
Create a `commit-msg` file in the `.git/hooks` directory4
How to commit a change in Git3
Create a new branch in Git6
How to merge branch M2 into branch C4