+ [10 years ago] leptone my git rep will not push
+ [10 years ago] leptone when i run git branch
+ [10 years ago] leptone it shows I'm on (detached from 02babef)
+ [10 years ago] leptone how can i resolve this and push my repo to github
+ [10 years ago] Bruce_Dev ah, i had to do git push -u origin master, weird. should just let me do git push since i only have one branch

message no. 107258

Posted by radius in #github at 2015-08-11T18:16:28Z

git merge upstream/master
+ [10 years ago] symfonius those times where a diff looks like an entire file has been replaced
+ [10 years ago] symfonius basically i'm looking at the diff and seeing whole blocks replaced when they look the same to me
+ [10 years ago] symfonius why isn't it just highlighting some lines?