Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
suggestion: simplify checkout
  • Loading branch information
gibfahn authored Nov 29, 2017
commit 59cd7ab4035f27f9f828016d7a14bd3de51806d0
4 changes: 1 addition & 3 deletions doc/guides/maintaining-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ Note: please run `npm dist-tag ls npm` and make sure this is the `latest` **dist

```console
$ cd /path/to/node
$ git checkout master
$ git remote update -p
$ git reset --hard origin master
$ git checkout -b npm-x.y.z
$ git checkout -b npm-x.y.z origin/master
$ cd deps
$ rm -rf npm
```
Expand Down