<> Code (สีเขียว)Codespaces → กด Create codespace on main💡 หมายเหตุ: ครั้งแรกอาจต้องรอโหลด ~1 นาที
Codespace จะเปิด Visual Studio Code Online มาให้คุณ
ที่ด้านล่างของจอมี Terminal พร้อมใช้งาน
echo "print('Commit 1')" > file1.py
git add file1.py
git commit -m "Commit 1"
git pushecho "print('Commit 2')" > file2.py
git add file2.py
git commit -m "Commit 2"
git pushecho "print('Commit 3')" > file3.py
git add file3.py
git commit -m "Commit 3"
git pushecho "print('Commit 4')" > file4.py
git add file4.py
git commit -m "Commit 4"
git pushecho "print('Commit 5')" > file5.py
git add file5.py
git commit -m "Commit 5"
git pushCommits → ควรเห็น 5 รายการหลังจากทำตามขั้นตอนข้างต้นแล้ว คุณจะได้:
ขอแสดงความยินดี! 🎉 คุณผ่าน Level 1 - Explorer แล้ว!