8000 GitHub - charshine/Struts2-S016-POC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

charshine/Struts2-S016-POC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Struts2-S016-POC wb

自建仓库

  1. 创建一个仓库

  2. git clone url

  3. 在本地仓库里编码

  4. 完成后 git add filename

  5. git commit -m'注释'

  6. git push

  7. 如果有别人fork你的仓库,会发送pull request,可以进入审核,审核完成后merge.

修改别人的代码

  1. fork对方的代码,git clone 别人的仓库url

  2. 修改本地代码

  3. git add filename

  4. git commit -m'注释'

  5. git push,这里会推送到你自己的github仓库

  6. 发送pull request

  7. create pull request

  8. 等待管理员审核

如果你批准了别人的Pull Request或者别人批准了你的PULL Request,均更新一下本地代码,使用git pull url

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0