Git Pull Request
1243 ワード
Git Pull Request
git checkout -b [Branch_Name]
修正
git add .
git commit -m "commit message"
git push origin [Branch_Name]
git branch -D [Branch_Name]
git push origin --delete [Branch_Name]
Reference
この問題について(Git Pull Request), 我々は、より多くの情報をここで見つけました https://velog.io/@mastertyper/Git-Pull-Requestテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol