This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Getting started with GitHub and Codewind
S. Ishida edited this page Mar 23, 2020
·
4 revisions
New to GitHub and contributing to Codewind? No worries! Get started here to start contributing to Eclipse repos, create a pull request, and more.
- Create an Eclipse account. Verify your account after you receive the verification email.
- Sign the Eclipse Contributor Agreement (ECA).
- Associate your Eclipse profile with your GitHub ID. For more information on how to set up your Eclipse account, see the Codewind GitHub Workflows wiki at https://wiki.eclipse.org/Codewind_GitHub_Workflows.
- Select your editor.
- A. Use Eclipse, VS Code, the command line, or a combination of these tools to create a pull request. Unless you're an Eclipse committer, your commit needs to include a signoff statement, which you can't add with GitHub Desktop or the GitHub web browser.
- B. These instructions show how to use the command line to work with GitHub and VS Code to edit a file.
- If you don't already have access to Git commands with your Terminal, set it up by completing these instructions: https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line.
- Clone the repo that contains the files you want to edit.
- Go to the Code tab of the repo and click Clone or download.
- Copy the text in the Clone with SSH text box.
- If you currently don't have any SSH keys on your machine and associated with your GitHub account, go to the "Adding an SSH key" section.
- Go back to your command line and go the folder in which you want to clone the repo.