联合会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
兰溪三日桃花雨
博客园
首页
新随笔
联系
管理
随笔 - 121
文章 - 8
评论 - 9
阅读 -
26万
06 2022 档案
Git提交代码步骤
摘要:一: 使用命令行 第1步:同步远程仓库代码:git pull 第2步:查看当前状态:git status 第3步:提交代码到本地git缓存区:git add . 或者 git add xxx 第4步:推送代码到本地git库:git commit -m "提交代码备注" 第5步:提交本地代码到远程仓库
阅读全文
posted @
2022-06-23 16:52
兰溪三日桃花雨
阅读(9562)
评论(0)
推荐(0)
编辑
公告
昵称:
兰溪三日桃花雨
园龄:
7年1个月
粉丝:
8
关注:
9
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
oracle
(20)
myeclipse
(6)
tomcat
(5)
java
(5)
weblogic
(4)
linux
(4)
notepad++
(3)
git
(3)
vue
(2)
ssh
(2)
更多
随笔档案
2025年1月(1)
2024年12月(3)
2024年11月(4)
2024年10月(1)
2024年8月(1)
2023年2月(1)
2022年12月(1)
2022年7月(3)
2022年6月(1)
2022年5月(1)
2022年4月(1)
2021年8月(1)
2021年4月(1)
2021年2月(1)
2020年9月(4)
2020年7月(4)
2020年6月(1)
2020年5月(1)
2020年4月(2)
2020年3月(4)
2019年12月(8)
2019年11月(5)
2019年9月(3)
2019年8月(3)
2019年7月(3)
2019年5月(3)
2019年4月(3)
2019年3月(6)
2019年2月(6)
2018年12月(3)
2018年11月(3)
2018年10月(1)
2018年8月(1)
2018年7月(6)
2018年6月(1)
2018年5月(10)
2018年4月(5)
2018年3月(8)
2018年2月(4)
2018年1月(2)
更多
相册
java学习路线图(1)
阅读排行榜
1. varchar和varchar2的区别(63769)
2. oracle查看表空间大小及使用情况(12160)
3. ssm裤架搭建异常: Dependency annotations: {@javax.annotation.Resource(shareable=true, lookup=, name=, description=, authenticationType=CONTAINER, type=class java.lang.Object, mappedName=)}(11558)
4. Git提交代码步骤(9562)
5. oracle数据库导入dmp文件(9266)
推荐排行榜
1. varchar和varchar2的区别(16)
2. javax.servlet.jsp.jsptagexception: 'end' < 0(2)
3. linux下后台启动weblogic(1)
4. 皕杰报表 javax.naming.NameNotFoundException: Name jdbc is not bound in this Context(1)
5. java获取某段时间内的月份列表(1)
点击右上角即可分享