benthayer / git-gud

Wanna git gud? Then get git-gud, and git gud at git!
MIT License
401 stars 42 forks source link

Level: Rewriting History 2 - "Interactive Rebase" #256

Open benthayer opened 3 years ago

benthayer commented 3 years ago
2) Interactive Rebase - Use git rebase -i to change the message of a commit
This would be just a quick introduction to show people how to interactive rebase

git gud status (#264)

Before:
file: Present
message: Hello world

After:
file: Present
message: Hello World!
sahansk2 commented 3 years ago

@benthayer Roop