Github for Windows
http://keijiro.github.io/unity-github-tutor/
基本はこれを参照
.gitignore
Library Temp *.pidb [#q0fb9f5f] *.unityproj [#p3999b75] *.sln [#i7ff1e94] *.userprefs [#pa2d903a] *.csproj [#z2dea7fb]
勝手にCRLFに変換される問題
open a shell here
git config --system core.autocrlf false
git config --system core.whitespace cr-at-eol
Githubのpushの取り消し
Github for Windowsの画面で戻りたいところにフォーカスを合わせてroll back
その後シェルを開いて
git push origin +master