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