Is there a way to push all my local commits to the remote repository except the most recent one? I'd like to keep the last one locally just in case I need to do an amend. Thanks.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Try this (assuming you're working with
In case you're interested you can find more information about specifying revisions in this man page. Update: I doubt that's the case, but anyway, you should be careful with that command if your last commit is merge. With merge commit in the |
||||
|
|