随笔分类 -  Git

摘要:上传项目: 如果你的本机是安装成功第一次使用,先配置一下一些基本的信息 $ git config--global user.name "Your Name"$ git config --global user.email"email@example.com" 一、在码云上创建项目名称为demo的项目 阅读全文
posted @ 2020-06-01 10:15 小K吃虾 阅读(343) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_42617398/article/details/81807448 阅读全文
posted @ 2019-05-15 15:02 小K吃虾 阅读(4980) 评论(0) 推荐(0)
摘要:首先查看当前分支:git branch -a 提交gitiginore文件,将.idea从源代码仓库中删除(-m 表示注解): git commit -m "commit and remove .idea" 推送远程端:git push origin develop 删除文件夹完毕。 阅读全文
posted @ 2019-05-15 13:23 小K吃虾 阅读(3764) 评论(0) 推荐(0)
摘要:搭建Git服务器 https://www.cnblogs.com/dee0912/p/5815267.html Git客户端的安装 https://www.cnblogs.com/xuwenjin/p/8573603.html 搭建Gitlab服务器(与Github类似) https://blog. 阅读全文
posted @ 2019-04-26 15:54 小K吃虾 阅读(174) 评论(0) 推荐(0)