Skip to content
Merged
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
Next Next commit
lines breaks
  • Loading branch information
paulvi committed Jun 11, 2013
commit 4bd7b20a5ba903c9de09c809bce835987740bea7
9 changes: 4 additions & 5 deletions _posts/2013-05-27-SHARE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ SHARE is place where you can share your Eclipse, Node.js or GitHut thoughts and
And it is easy.

- [Get Eclipse with Nodeclipse](http://www.nodeclipse.org/updates/).
- Fork this site to your account. ([GitHub Help](https://help.github.com/articles/fork-a-repo))
Open https://github.com/Nodeclipse/www.nodeclipse.org , press <kbd>Fork</kbd>
(You need to have GitHub account and be logged in.)
- Fork this site to your account. ([GitHub Help](https://help.github.com/articles/fork-a-repo))
Open [github.com/Nodeclipse/www.nodeclipse.org](https://github.com/Nodeclipse/www.nodeclipse.org), press <kbd>Fork</kbd>
(You need to have GitHub account and be logged in.)
- Clone www.nodeclipse.org site sources to local PC:
Copy fresh clone URL to clipboard, e.g. <code>https://github.com/PaulVI/www.nodeclipse.org.git</code> for my PaulVI account.
Copy fresh cloned URL to clipboard, e.g. <code>https://github.com/PaulVI/www.nodeclipse.org.git</code> for my PaulVI account.
In Eclipse with EGit open:

File -> Import... -> Git / Project from Git ->
Expand All @@ -32,7 +32,6 @@ In Eclipse with EGit open:
Look [this example](https://github.com/Nodeclipse/www.nodeclipse.org/blob/master/_posts/2013-05-27-SHARE.md). Yes, this page was written
in [Markdown](http://daringfireball.net/projects/markdown/dingus). But as it is hosted on GitHub Pages, you can use
[GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown).

- Commit
In Eclipse right-click project (or newly added file) Team -> Commit...
- Send Pull Request steps
Expand Down