cmd 操作
-------------------- 本地git仓库第一次使用-------------------
---------- .gitignore也放进去 ---------
set i=kc-chat&&set j=atdemo
------------ 已有本地提交 ---------------
git rm -r --cached . -f && git add . && git commit -m "chore: refresh git cache and apply .gitignore" && git remote remove origin
---------------本地无------------------
set i=kc-tools-ppt&&git init && git add . && git commit -m "chore: refresh git cache and apply .gitignore" && git branch -M master && git remote remove origin
git remote add origin git@%j%.git.atibm.com:%j%/%i%.git && git push --all origin