Anonymity94 / test-pr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PR

检出仓库

git clone git@github.com:Anonymity94/test-pr.git

创建分支

git checkout -b pr-branch

> Switched to a new branch 'pr-branch'

检查分支

git branch

> master
> * pr-branch

修改代码,提交

注意,修改的代码都提交到新分支上

About