git步骤
1、New一個Repositories
2、拿到這個倉庫的URL
3、git clone https://github.com/zhuobo/new.git
4、進入到clone下來的文件夾,然后git init
5、比如添加一個文件test.cpp, 使用命令 git add test.cpp
6、git commit -m "一些備注",添加備注
7、git push origin master
備注:add --> commit --> push
轉載于:https://www.cnblogs.com/zhuobo/p/10624848.html
總結
- 上一篇: LeetCode 147. Insert
- 下一篇: 百炼1001: Exponentiati