git提交

echo "# spring-cloud-note" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/fengshana/spring-cloud-note.git
git push -u origin main


#=================================


git remote add origin https://github.com/fengshana/spring-cloud-note.git
git branch -M main
git push -u origin main



#移除通过git add 加入到暂存区的文件
$ git rm --cached 34-springcloud-eureka/ -r
rm '34-springcloud-eureka/pom.xml'

#查看暂存区的文件
git ls-files

#切换到另外一个分支进行推送push
git branch -M branch_sources
git remote add origin https://github.com/fengshana/spring-cloud-note.git
git push -u origin branch_sources

#同步branch上的文件下来
git pull

参考博客:https://blog.csdn.net/weixin_39933724/article/details/112208906

springcloud学习笔记地址:
https://github.com/fengshana/spring-cloud-note/
master为md文件笔记,branch_sources为代码笔记

查看当前账号名及修改

1. 查看当前登录账号:
git config user.name

2. 查看当前登录邮箱:
git config user.email

3. 修改用户名和邮箱:
git config --global user.name "Your_username"
git config --global user.email "Your_email"
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值