GIT/node使用

1、 爲不一樣域名的庫自動保存不一樣的用戶名和密碼git

好比 公司的庫是 http://source.sohu.com,另外一個是 http://www.github.com,命令行中分別兩個命令就搞定了github

git config --global credential.http://source.sohu.com.helper store
git config --global credential.http://www.github.com.helper store

 

Git命令行支持粘貼,右鍵-optionnpm

 

 

2、nrm的使用bash

  1. 安裝nrm: npm install nrm -g
  2. nrm add jd http://npm.jd.com
  3. nrm use jd
  4. nrm ls 能夠列出全部的源

 

3、GIT 單文件切換到某個版本命令行

  1. git checkout xx.js
  2. git reset --hard  106bc27
相關文章
相關標籤/搜索