EADST

Git Common Commands

git status To check all modified files.

git add . To add the modified file to the cache.

git commit -m "info" To commit all changes.

git push origin master To commit to git.

git show To display details of all changes.

git pull To pull the main branch.

git pull origin master To pull the master branch.

相关标签
Git
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文266篇,共被浏览440660

本站已经建立2019天!

热门文章
文章归档
回到顶部