I am using git-svn
and I know that svn does not support changing commits
if I haven't yet run git svn dcommit
can i still change the last commit message, i left something out of it.
If so, how do you amend the last commit message?
EDIT:
i figured out i can do git commit --amend
but is there any problem doing this using svn backend?
There is an issue with svn if you have already updated svn. There is no practical way of rewriting history in svn.
精彩评论