2 Star 0 Fork 0

邓焕/spring项目集成学习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gitCommand.txt 923 Bytes
一键复制 编辑 原始数据 按行查看 历史
邓焕 提交于 2023-08-07 21:28 . 删除非必要文件
git命令
git version -- 查看版本
git config --global user.name "xxxx" --设置用户名称
git config --global user.email "xxxx" --设置用户邮箱
git add 文件名
git add . 添加全部文件(.表示当前目录下所有文件)
git commit 提交文件
git branch -M main --创建main分支
git remote add origin https://github.com/1dh4826/spring-study.git --设置远程仓库地址
git push -u origin main -- 将本地文件上传到远程仓库
git config --global --unset http.proxy --取消http代理
git config --global --unset https.proxy --取消https代理
git clone 仓库地址 -- 克隆远端仓库
git remote add upstream 仓库地址 -- 设置上游仓库
git checkout -b 分支名称 --创建分支,并切换到分支
git push --推送到远端仓库
git push -u origin 分支名称 --参数指明 push源 和分支 pus
git fetch upstream --从上游更新代码
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/deng-jiao-huan/spring_study.git
git@gitee.com:deng-jiao-huan/spring_study.git
deng-jiao-huan
spring_study
spring项目集成学习
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385