git
文章平均质量分 79
wilsonke
sssd
展开
-
ubuntu github 使用
1.ubuntu里github的安装配置(1)安装是比较简单的执行以下两个安装命令即可sudo apt-get updatesudo apt-get install git配置自己的 git账号信息(如果没有账号,请到http://github.com去创建一个)git config --global user.name "Your Name"git config --原创 2016-02-22 10:06:53 · 819 阅读 · 0 评论 -
Ubuntu Linux下通过代理(proxy)使用git上github.com
配制过程分为以下几步:1. 安装socat,在ubuntu下使用以下命令安装原创 2016-05-26 11:50:38 · 4071 阅读 · 0 评论 -
常用的git 命令
git config --global user.email "wilson.ke@sanmina.com"git config --global user.name"wilson_ke"git clonehttp://localhost:8090/mes-cmms/oee-sync-toolgit add srcgit commit -m "added src folder "git p...原创 2018-01-12 10:45:48 · 564 阅读 · 0 评论