onionhacker

git clone https://github.com/onionhacker/bananaproxy.git


cd ~/../..

git config --global user.email "onionhacker@gmail.com

git config --global user.name "onionhacker@gmail.com"

git add *

git commit -m "注释" *


git push origin

// github 上传 命令
--------------

//删除命令

git rm --cached filename   

git rm \*doc(可以删除带中文的任何doc扩展的文件)


git commit -m "hehe"
git push origin 

 

分类:

技术点:

相关文章:

  • 2021-08-18
  • 2021-09-20
  • 2021-07-26
  • 2022-03-02
  • 2021-11-20
  • 2022-12-23
  • 2021-10-19
  • 2021-07-23
猜你喜欢
  • 2021-10-03
  • 2021-06-15
  • 2022-03-10
  • 2021-12-17
  • 2021-10-19
  • 2021-07-26
相关资源
相似解决方案