I’d like to use git rebase -i to squash the commits that I have pending before dcommitting. It’s not really obvious to me, however, which commits are hanging out there. Is there a git svn option I’m missing, or some other recipe?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can see which Git commits
git svn dcommitwill push usinggit svn dcommit --dry-run. You could try something like the below to show the logs of all the commits that would be pushed: