make your first contribution
1.0.0

Contributors.md เพื่อขอคำขอดึงครั้งแรกของคุณ git init
git clone https://github.com/<your_username>/repository_name.git
git remote add upstream https://github.com/repository_owner/repository_name.git
git remote -v
git pull upstream main
git checkout -b <YOUR_BRANCH_NAME>
git status
git diff
git add . <files_that_you_made_changes>
git commit -m "relavant message"
git push -u origin <your_branch_name>
compare and pull requestsCreate pull requestยินดีด้วย? คุณได้ทำการประชาสัมพันธ์ไปยังที่เก็บข้อมูล รอให้การส่งของคุณได้รับการยอมรับและการประชาสัมพันธ์ของคุณจะถูกรวมเข้าด้วยกันโดยผู้ดูแล
แสดง❤โดยนำแสดงโดยที่เก็บนี้