Skip to content

ldxy-arthas/study-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#息 study-gi learning git operation repository

入手

Fork 仓库,并将其 Clone 到本地

  • 点击 本项目 右上角的 Fork 图标 将 arthas/study-git fork 到自己的空间。
  • 将自己账号下的 spring-cloud-alibaba 仓库 clone 到本地,例如我的账号的 flystar32,那就是执行 git clone https://github.com/ldxy-arthas/study-git 进行 clone 操作。

配置 Github 信息

  • 在自己的机器执行 git config --list ,查看 git 的全局用户名和邮箱。
  • 检查显示的 user.name 和 user.email 是不是与自己 github 的用户名和邮箱相匹配。
  • 如果公司内部有自己的 gitlab 或者使用了其他商业化的 gitlab,则可能会出现不匹配的情况。需要单独设置用户名!
  • 设置用户名和邮箱的方式请参考 github 官方文档,设置用户名设置邮箱

Merge 最新代码

  • 同样,提交 PR 前,需要 rebase master 分支的代码,具体操作步骤请参考之前的章节。
  • 如果出现冲突,需要先解决冲突。

提交pr

提交 PR,根据 Pull request template 写明修改点和实现的功能,等待 code review //lewf//:wq

About

learning git operation repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages