摘要: 1. git clone repoUrl //关联远程仓库 实际上,就是在项目的.git/config文件多了以下东西: [remote "origin"] url = repoUrl fetch = +refs/heads/*:refs/remotes/origin/* 2. git pull / 阅读全文
posted @ 2017-07-24 15:42 yongfengnice 阅读(164) 评论(0) 推荐(0)
摘要: 方法1:uname -a 命令行输入:uname -a 输出:Linux DESKTOP-QGC4M3L 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux //64位 阅读全文
posted @ 2017-07-24 14:16 yongfengnice 阅读(671) 评论(0) 推荐(0)