[READ.MD]add git clone description.

This commit is contained in:
zhoujiale
2026-07-26 17:07:35 +08:00
parent e841ac915d
commit 5af1dec511
+11
View File
@@ -1,2 +1,13 @@
# template # template
## GIT
### clone
git clone http://sethub.club/sethub/XML_Data_Parsing.git
git checkout -b dev_xxx origin/dev
### pull
git pull origin dev
## push
git push origin dev_xxx -u