Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

git 廖雪峰 跟踪文本文件的改动 不要使用Windows自带的记事本编辑任何文本文件。原因是Microsoft开发记事本的团队使用了一个非常弱智的行为来保存UTF-8编码的文件,他们自作聪明地在每个文件开头添加了0xefbbbf(十六进制)的字符 基础用法1.git init把当前目录变成Git可以管理的仓库: $ mkdir learngit $ cd learngit $ g...
tool