https://blog.csdn.net/qq_37156624/article/details/109458557
上传:
git:
在待上传文件下初始化
git init
git status
添加文件到预备状态
git add .
提交的注解
git commit -m “告警ivr第一次上传”
获取文件状态
git status
查看分支
git branch
创建远程分支
git remote add origin http://hk@ip:port/r/AlarmView.git
上传到主分支
git push -u origin master
免密登录
git config credential.helper manager
上传:
git status
git add .
git commit -m “告警ivr第一次上传”
git status
git branch
选择分支:
上传:git push