ramlife

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

创建仓库

在 github, gitee 这样的平台上,创建一个仓库,注意不要初始化仓库

配置项目

  1. 创建项目的时候, cvs 选择 git 工具。
  2. tool -> git -> remote repo -> manage remote , 在这个里面添加仓库地址,注意名称必须为 origin.

使用

  1. tool -> git -> local repo -> commit, 勾选文件,写说明。
  2. tool -> git -> remote repo -> push, 提交. 当然第一次的时候,需要使用 cmd 输入 git push --set-upstream origin master
posted on 2022-09-19 18:10  ramlife  阅读(152)  评论(0编辑  收藏  举报