关闭页面特效
会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HKnight
博客园
首页
新随笔
联系
订阅
管理
随笔 - 38
文章 - 0
评论 - 0
阅读 -
87865
07 2021 档案
如何用命令将本地项目上传到git
摘要:1、(先进入项目文件夹)通过命令 git init 把这个目录变成git可以管理的仓库 git init 2、把文件添加到版本库中,使用命令 git add .添加到暂存区里面去,不要忘记后面的小数点“.”,意为添加文件夹下的所有文件 git add . 3、用命令 git commit告诉Git,
阅读全文
posted @
2021-07-21 18:02
HKnight
阅读(95)
评论(0)
推荐(0)
编辑
公告
昵称:
HKnight
园龄:
4年10个月
粉丝:
2
关注:
1
+加关注
首页
联系
管理
GitHub
CSDN
最新随笔
我的标签
随笔分类
Java相关(24)
Linux(1)
机器学习(10)
前台相关(1)
随笔档案
2022年11月(5)
2022年9月(2)
2022年8月(6)
2021年8月(1)
2021年7月(1)
2021年5月(1)
2021年4月(3)
2021年1月(1)
2020年12月(3)
2020年11月(5)
2020年10月(1)
2020年6月(3)
2020年5月(6)
阅读排行
1. Vscode中出现无法将“git”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确(24676)
2. 完美解决 PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 报错(24352)
3. ubuntu20.04安装cuda10.2+pytorch+NVIDIA驱动安装+(Installation failed log: [ERROR])(6369)
4. MYSQL数据库 的 decimal 字段类型 和 Java 的BigDecimal(5474)
5. 【转载】mybatis根据条件判断来执行插入或者更新(4189)
推荐排行
1. Vscode中出现无法将“git”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确(3)
2. 完美解决 PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 报错(1)
3. SpringBoot项目部署到阿里云服务器(傻瓜攻略)2021最新版(1)
4. BigDecima概述以及用法(1)
Close Menu
Created with Snap
MENU
HKnight
涛声夜入伍员庙,柳色春藏苏小家。
《杭州春望》 - 唐代 - 白居易
Scroll Down
昵称:
HKnight
园龄:
4年10个月
粉丝:
2
关注:
1
+加关注
<
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
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
Java相关(24)
Linux(1)
机器学习(10)
前台相关(1)
随笔档案
2022年11月(5)
2022年9月(2)
2022年8月(6)
2021年8月(1)
2021年7月(1)
2021年5月(1)
2021年4月(3)
2021年1月(1)
2020年12月(3)
2020年11月(5)
2020年10月(1)
2020年6月(3)
2020年5月(6)
阅读排行榜
1. Vscode中出现无法将“git”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确(24676)
2. 完美解决 PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 报错(24352)
3. ubuntu20.04安装cuda10.2+pytorch+NVIDIA驱动安装+(Installation failed log: [ERROR])(6369)
4. MYSQL数据库 的 decimal 字段类型 和 Java 的BigDecimal(5474)
5. 【转载】mybatis根据条件判断来执行插入或者更新(4189)
推荐排行榜
1. Vscode中出现无法将“git”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确(3)
2. 完美解决 PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 报错(1)
3. SpringBoot项目部署到阿里云服务器(傻瓜攻略)2021最新版(1)
4. BigDecima概述以及用法(1)
关注
跳至底部
点击右上角即可分享