Complicated is bad, Simple is good

  • Archive
  • RSS

Stranded on Git without a branch

Flying by the seat of your pants on Git, I find myself without a branch for my just-committed changes.  Getting back on was basically this:

git commit -a -m “commit merge with svn to head”
git checkout -b merged_with_svn
git checkout original_branch
git merge merged_with_svn

  • 5 months ago
  • Permalink
  • Share
    Tweet
← Previous • Next →

About

  • RSS
  • Random
  • Archive
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr