git 提交

931 git init
932 git remote add origin http://10.33.22.6:1880/wl/data-analysis-web.git
933 git config
934 git config --list
935 git remote add origin http://10.33.22.6:1880/wl/data-analysis-web.git
936 git remote -v
937 git remote --help
938 git remote remove origin
939 git remote -v
941 git remote add origin http://10.33.22.6:1880/wl/data-analysis-web.git
942 git remote -v
943 git add .
944 git commit -m "1first commit"
945 git push -u origin master

posted @ 2023-12-12 13:22  beawh  阅读(9)  评论(0)    收藏  举报