AlexAndroid.net
Home
About
Git – How to rebase specific commit (Video)
Written by
rufjvmbn
in
Git
git log –oneline
git rebase -i ######## //Commit hash
Replace pick with edit
Ctrl-C
:wq
Make a change
git status
git add ****** // Changed files
git commit –ammend –no-edit
git rebase –continue
git push -f
Share this:
Share on Facebook (Opens in new window)
Facebook
Share on X (Opens in new window)
X
Share on LinkedIn (Opens in new window)
LinkedIn
Share on Tumblr (Opens in new window)
Tumblr
Share on Telegram (Opens in new window)
Telegram
Share on WhatsApp (Opens in new window)
WhatsApp
Email a link to a friend (Opens in new window)
Email
Print (Opens in new window)
Print
Like this:
Like
Loading…
←
How to set Fiddler listening for the network calls of the applications
First steps Room Exercise
→
Comments
Leave a Reply
Cancel reply
More posts
Jetpack Compose Long Press Button
July 5, 2025
How to Get the Latest Versions of Multiple npm Packages
November 12, 2023
View binding Delegation
December 14, 2020
Android Junit5 tests, Gradle configuration with Mockk, Koin, and Jacoco
November 19, 2020
%d
Leave a Reply