OSH-2018.github.io
学习使用Git
请大家借助文末参考资料,学习使用git管理源代码。
重点关注下列子命令:
init
add
commit
log
remote
push
pull
clone
branch
checkout
merge
参考资料
Pro Git 第二版
Git教程
猴子都能懂的GIT教程