# SourceTree **Repository Path**: xy228/SourceTree ## Basic Information - **Project Name**: SourceTree - **Description**: SourceTree使用练习,练习通过使用SourceTree来参与开源项目的开发。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 405 - **Created**: 2018-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 如何参与一个开源项目? 比如人气极高的 Bootstrap 项目,这是一个非常强大的 CSS 框架,你可以访问它的项目主页 https://github.com/twbs/bootstrap。 0、首先在Git托管网站登录账号 1、访问项目主页,点“Fork”,就在自己的账号下克隆了一个项目库 2、将自己的账号下的项目库克隆到本地计算机 3、在本地库修改提交代码 4、将修改后的本地库push推送到自己账号下的远程库 5、发起Pull Request拉请求。如果希望项目官方能接受你的修改,你可以发起一个 Pull Request,然后等待对方审核批准。