1 Star 0 Fork 0

zcy543814 / Gitee说明

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Gitee版本库管理.txt 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
1.先在Gitee.com上创建好仓库
2.右键文件夹,打开Git Gui Here界面
3.创建新的版本库,选择本地文件夹路径
4.添加远程库,名字自定义,位置设置为Gitee.com上仓库的路径
5.创建好后,点击上传,勾选覆盖选项
解决重复登录问题
git config --global credential.helper store
刷新分支列表
git remote update
列出所有远程分支
git branch -r
列出本地和远程的所有分支
git branch -a
拉取分支时先关联
git branch --set-upstream-to=remotes/shapp/master master
提交分支时设置
git push -u PuDongChengGuan branch0415
本地与线上库同步
git pull origin master --allow-unrelated-histories
取消本地某文件的迁入
git rm filename --cached
排除指定路径下的文件迁入
git rm -r --cached .
git add .
git commit -m "update .gitignore"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/zcy543814/gitee_description.git
git@gitee.com:zcy543814/gitee_description.git
zcy543814
gitee_description
Gitee说明
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891