Re: git loses commits on git pull --rebase with Dictator and Lieutenants Workflow

2015-01-29 Thread Dick
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

git loses commits on git pull --rebase with Dictator and Lieutenants Workflow

2015-01-28 Thread Dick
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