GIT基本使用
摘要:
本地创建工程:git init 添加文件到git工程:git add XXXX 注释添加的文件:git commit XXXX 创建分支:git branch limugen 注释分支:git commit -m "limugen" 切换分支:git checkout limugen 将分支添加到远 阅读全文
posted @ 2018-01-25 21:48 lmgsanm 阅读(124) 评论(0) 推荐(0)
每天学习一点,每天进步一点点…… Tomorrow is another beatifull day
posted @ 2018-01-25 21:48 lmgsanm 阅读(124) 评论(0) 推荐(0)
posted @ 2018-01-25 08:43 lmgsanm 阅读(598) 评论(0) 推荐(0)