forked from sencha/ext-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc
More file actions
32 lines (18 loc) · 668 Bytes
/
misc
File metadata and controls
32 lines (18 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
rm ~/.npmrc
npm login --registry=https://npm.sencha.com/ --scope=@sencha
npm login --registry=https://test.npm.sencha.com/ --scope=@sencha
cat ~/.npmrc
npm --registry https://npm.sencha.com/ whoami
git remote add upstream https://github.com/sencha/ext-react.git
git remote -v
git log
git tag -a v6.6.0 8677d26 -m "ExtReact v6.6.0"
git tag v6.6.0 v6.6.0^{} -f -m "ExtReact v6.6.0"
git tag -a v6.6.1 7992650 -m "ExtReact v6.6.1"
git tag -a v6.6.2 0c0d1fb -m "ExtReact v6.6.2"
git push upstream --tags
git checkout v6.6.0
git fetch upstream
git merge upstream/master
git merge upstream/ext-6.6.x
git remote add upstream https://github.com/sencha/guides.git