Cli Tools
Feb 21st, 2020 - Now
Last updated
Was this helpful?
Feb 21st, 2020 - Now
Last updated
Was this helpful?
Ref: 优雅的解决方案:压栈更改再弹出更改
在修改的分支上 git stash 可以将当前更改的结果压栈到临时保存区内
新建分支 git checkout -b new_branch
将当前的临时保存弹出 git stash pop
通过代理可以加快速度: 临时:
永久:
效果对比:
Description: source controller for npm
Install:
(sudo) npm install -g nrm Admin rigths required.
Usage:
nrm ls : check all sources
nrm add [name] https://address
: add new source
nrm del [name] : delete a source
nrm use [name] : switch to a source
nrm test : test the speed of all sources
保存并运行