野原新之助0

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

主要列出必须的command line操作

1. cd到目标文件夹下 command line: >> git init // 此时就可以进行git add . 等操作 repository已经建成

2. 在github中new repository

3. 在新创建的仓库中拿到仓库地址: something like: git@github.com:chrislyr0420/around-web.git (ssh version)

4. command line: >> git remote add origin git@github.com:chrislyr0420/around-web.git

5. git push -u origin master

 

完成 

posted on 2020-10-09 09:18  野原新之助0  阅读(150)  评论(2编辑  收藏  举报