From a4389ce985bee7c6e190ed0785ff9f60e47e8988 Mon Sep 17 00:00:00 2001 From: TimDaubenschuetz Date: Wed, 17 Jun 2015 19:52:52 +0000 Subject: [PATCH] git-submodule-workflow.md edited online with Bitbucket --- docs/git-submodule-workflow.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/git-submodule-workflow.md b/docs/git-submodule-workflow.md index 9ffc4ba3..87b7f66f 100644 --- a/docs/git-submodule-workflow.md +++ b/docs/git-submodule-workflow.md @@ -18,10 +18,10 @@ export default MyComponent; ``` -3. Commit and push to your newly created repository -4. Open `.gitignore` and add your future package folder to *NOT* to be ignored by git `!node_modules/` -5. Copy the repository's SSH link from bitbucket -6. Open a shell and go to `cd onion/node_modules` +3. Open a shell and go to `cd onion/node_modules` +4. Commit and push to your newly created repository +5. Open `.gitignore` and add your future package folder to *NOT* to be ignored by git `!node_modules/` +6. Copy the repository's SSH link from bitbucket 7. Do `git submodule add ` 8. Git will clone the repository and add it to `node_modules` 9. open `package.json` inside of onion and adjust the `browser` field