从github上clone,修改然后再上传 和直接将本地项目上传至github和

两种方式上传文件到github上的repository:

1. 从github上clone,修改然后再上传 

$git clone  https://github.com/xxx/test.git

$cd test

$touch a

$git add .

$git commit -m "first commit"

$git push

2. 直接将本地项目上传至github和

1. 在github上新建一个repository。

2. 启动gitbash,切换到项目所在目录,执行

#git init

#git add .

#git commit

#git remote //查看现有remote origin

#git remote rm origin //如果有绑定远程git hub 上repository,并且不是自己期望的删除

#git remote add origin https://github.com/xxx/yyy.git

#git push -f origin main //使用-f参数,如果远程repository非空, main远程repository是分支的名字。2020年10月份之后,github将缺省主分支名字从master改成main

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值