I have a bare git-svn repository and did a 'git svn fetch' on it.
Running 'git log' doesn't show the updates. I'm sure there are updates as it displayed the files changed after 'git svn fetch' and 'git svn log' shows them also.
Please note that I purposely made this a bare repo so 'git rebase' will not work. What is the appropriate command to get the fetched changes?
Try git log git-svn
- I don't have a bare repo, but I've just run git svn fetch
, and standard git log
gives me the current (rebased) log, but with the git-svn arg (which is the other branch besides master that is identified by git branch -a
in my case) I get the log up to the fetched revision