Dev zjl #2

Merged
sethub merged 3 commits from dev_zjl into dev 2026-07-26 17:12:26 +08:00
Showing only changes of commit 5af1dec511 - Show all commits
+11
View File
@@ -1,2 +1,13 @@
# 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