lovebean

git init 创建仓库

git status  查看当前版本库的状态

git add filename    使用git add命令告诉git,把该文件添加到仓库

git commit -m \'comment\'  使用git commit命令告诉git,把文件提交到仓库

 find . -name ".git" | xargs rm -Rf 在本地仓库的目录下调用命令行删除根目录下的.git文件夹

手动删除掉残留的.git文件,在命令行中输入rm -rf + github仓库地址。

 

分类:

技术点:

相关文章:

  • 2021-11-18
  • 2021-11-18
  • 2022-12-23
  • 2021-10-30
  • 2021-11-18
  • 2022-12-23
  • 2021-11-18
  • 2021-09-23
猜你喜欢
  • 2021-11-18
  • 2021-11-18
  • 2021-07-13
  • 2021-11-18
  • 2021-12-03
  • 2021-12-02
  • 2021-06-16
相关资源
相似解决方案