github使用心得:
在本次github使用过程中,我总结了git常用命令,都有哪些功能?
git常用命令:
- git config :配置git
- git add:更新working directory中的文件至staging area。git add .更新所有的文件
- git commit:提交staging area中的文件至git repository中。git commit -m 'message'
- git status:查看状态
- git diff:查看改动情况
- git remote:查看远端服务器别名,加上-v显示url信息
- git remote add server_url local-alias:添加远端服务器
- git clone project_url local_alias:拷贝项目到本机中
- git push server_url/local-alias:更新远端服务器仓库
- git pull server_url/local-alias:更新本地服务器仓库
在本次使用github过程中,暂时遇到现在这些问题,感觉还有很多不懂的地方,有待改进。
github链接:
https://github.com/wangkun1995/test/blob/master/HelloWorld
https://github.com/wangkun1995/test/blob/master/shuzi
https://github.com/wangkun1995/test/blob/master/zifuchuan
https://github.com/wangkun1995/test/blob/master/ControlMoveResize