EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for git branches and rebasing #371

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2010/10/git-branches-and-rebasing/ By Jeff Boes

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: Brian J. Miller
date: 2010-10-20T11:34:24-04:00

Based on some offline discussion it was determined that the potential mishap may have been higher up the history, where Jeff did "git checkout origin/master" but we couldn't determine if this was the issue based on the bash history or whether he issued "git checkout master" as one would expect. So...it is possible that the issue was with checking out against a remote branch which you'll rarely want to do, unless you actually know why you are doing it.