git init //init floader
git remote //Look now remote
git add . //Add all commit files
git remote rm //remove remote
git remote add //add remote
git push origin master //push
git pull origin master //update
git config --global --unset http.proxy//remove the proxy setting .if found 'unable to access xxxx'
GitHub Shell Command
最新推荐文章于 2024-05-02 13:00:00 发布
本文深入探讨了Git的基本命令,包括初始化、远程仓库管理、文件添加与提交、推送与拉取操作,以及如何移除代理设置。通过实例演示,为开发者提供了一套全面的Git操作指南。
2349

被折叠的 条评论
为什么被折叠?



