解决git status中文乱码的问题
Ubuntu下只需要一行: git config --global core.quotepath false core.quotepath设置为false,不会对0x80以上的字符进行quote。中文显示正常。 参考 Git Status 中文乱码解决 git乱码解决方案汇总 »
Ubuntu下只需要一行: git config --global core.quotepath false core.quotepath设置为false,不会对0x80以上的字符进行quote。中文显示正常。 参考 Git Status 中文乱码解决 git乱码解决方案汇总 »
You have a Github repo but nothing in there. It's frustrated, right ? Thinking about writing more code ? Contributing to open source projects ? Right ?? Wrong !!! I'm gonna »
A simply approach could be remove ./git directory and then git init a new repo. A better way is: checkout a new branch and add all »