git版本控制

mac2024-02-02  35

https://www.jianshu.com/p/c70ca3a02087

上传目录到git上面

文件夹下1. git init出现一个隐藏文件夹

2. git add .

3. git commit -m "提交文件"

4. 先建一个仓库在github上面,git remote add origin https://github.com/hanyuntao/text.git

5. 上传到github上面 git push origin master --force

最新回复(0)