github使用心得和链接
在本次使用github过程中,刚打开github主界面的时候,吓了一跳,满眼的英文加上各种没用过的命令,真是一个头两个大,废话不多说,下面我就说一下我在使用github过程中遇到的两个问题。:
问题一:github如何删除一个repository(仓库)
我浏览了一下github网站,确实不太容易找到删除功能。这里介绍一下啊如何在github上删除一个repository
一:首先点击进入你要删除的repository,如下图,点击setting
二:将网页拉到下方,找到Delete this repository 按钮,点击。
三:在弹出的对话框中输入你的repository的名字,然后点击下方的按钮完成删除。
OK,这样就完全删除了一个项目。
问题二: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/liujing1994/test/blob/master/HelloWorld.md
第二个:https://github.com/liujing1994/test/blob/master/numericalcalculation.md
第三个:https://github.com/liujing1994/test/blob/master/zifuchuan.md
第四个:https://github.com/liujing1994/test/blob/master/windows.md