Thanks Junio! I should use git config remote.pushDefault thanks for pointing
me in the right direction.
I guess the git remote set-url --push command should contain some warning
about this.
gr
Dick
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a
ush
git log
echo "start: two commits, ok"
git fetch
git rebase origin/master
git log
echo "manual fetch/rebase: two commits, still ok"
git pull --rebase
git log
echo "pull: one commits, oops?"
Am I using git wrong or is this a git bug?
Thanks for having a
2 matches
Mail list logo