From aea3c7edf6bfebeb8941252d875c28df0f25801f Mon Sep 17 00:00:00 2001 From: administrator Date: Mon, 29 Jun 2026 03:14:20 +0000 Subject: [PATCH] Init from template --- requirement.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 requirement.txt diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 0000000..e3c05c7 --- /dev/null +++ b/requirement.txt @@ -0,0 +1,18 @@ +# 开始拉取代码 + +--- +``` +git clone http://git-test.databall.tech:3000/fengyujia/0288ebd2dabe498292b3dfd88826613f.git + +cd 0288ebd2dabe498292b3dfd88826613f + +# add your files to repo +git push +``` +--- +``` +cd existing_repo +git remote add origin http://git-test.databall.tech:3000/fengyujia/0288ebd2dabe498292b3dfd88826613f.git +git branch -M main +git push -uf origin main +``` \ No newline at end of file