Share your Eclipse, Node.js or GitHub experience with SHARE
SHARE is place where you can share your Eclipse, Node.js or GitHut thoughts and experience.
And it is easy.
- Get Eclipse with Nodeclipse.
- Fork this site to your account. (GitHub Help)
Open github.com/Nodeclipse/www.nodeclipse.org, press Fork
(You need to have GitHub account and be logged in.) -
Clone www.nodeclipse.org site sources to local PC:
Copy fresh cloned URL to clipboard, e.g.https://github.com/PaulVI/www.nodeclipse.org.git
for my PaulVI account.
In Eclipse with EGit open:File -> Import… -> Git / Project from Git ->
URI Next>
Next> Should see gh-pages & master branches
Next> Select local folder to clone into
Next>
Import as existing project
Finish - Add you post as Markdown file.
Look this example. Yes, this page was written in Markdown. But as it is hosted on GitHub Pages, you can use GitHub Flavored Markdown. - Commit
In Eclipse right-click project (or newly added file) Team -> Commit… - Send Pull Request steps
Send Pull Request steps
- Push to your remote
origin
(your account) - Open GitHub page for your fork
- Press Pull Request
- Review Commits on Commits tab
- Write description, press Send pull request