javascript documentation
1.0.0
git clone https://github.com/your-username/javascript-documentation.git
cd javascript-Hacktoberfest2022
git checkout -b My-New-Branch
添加您的贡献文件(请按照上述步骤)
将您的更改添加到舞台区域
git add .
git commit -m "your commit message"
git push origin My-New-Branch
这是Roshan Jossey创建第一个拉动请求的绝佳教程
管理您的分叉存储库:https://help.github.com/articles/fork-a-repo/
同步叉:https://help.github.com/articles/syncing-a-fork/
保持叉子同步:https://gist.github.com/cristinasolana/1885435