Git 提交代码和更新代码

(2) 2024-05-09 19:12

Hi,大家好,我是编程小6,很荣幸遇见你,我把这些年在开发过程中遇到的问题或想法写出来,今天说一说Git 提交代码和更新代码,希望能够帮助你!!!。

首先,操作之前一定要看清分支!!

其次,提交代码之前一定要先更新代码!!

git branch        -----查看当前分支

git pull             -----更新代码到本地   

Git 提交代码和更新代码_https://bianchenghao6.com/blog__第1张

Git 提交代码和更新代码_https://bianchenghao6.com/blog__第2张

提交代码:

1、在本地修改相应文件(或者文件新旧替换)

2、git add **/**/文件名    (文件修改路径)

(注意路径要写对)

3、git status         ----查看当前本地文件信息

4、 git commit -m "更改信息备注"

5、git push               --------提交代码到当前分支

(我一般git push 之前会看一下commit状态:git status)

到此Git提交代码就完成啦!

Git 提交代码和更新代码_https://bianchenghao6.com/blog__第3张

Git 提交代码和更新代码_https://bianchenghao6.com/blog__第4张

Git 提交代码和更新代码_https://bianchenghao6.com/blog__第5张

Git 提交代码和更新代码_https://bianchenghao6.com/blog__第6张

Git 提交代码和更新代码_https://bianchenghao6.com/blog__第7张

今天的分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。

上一篇

已是最后文章

下一篇

已是最新文章

发表回复