readme updated

This commit is contained in:
2026-06-23 17:02:26 +08:00
parent 051b1a158d
commit d92176798c
+1 -1
View File
@@ -45,7 +45,7 @@ When their work is merged, a conflict will occur.
1. First fork & clone the repository and create develop branch: 1. First fork & clone the repository and create develop branch:
``` ```
git clone https://github.com/Advanced-Programming-1404/WS-11-Advanced-Git git clone https://github.com/<your-username>/WS-11-Advanced-Git
git checkout -b develop git checkout -b develop
``` ```