Skip to content

Working with Github

Peleg Yair edited this page Jun 24, 2018 · 1 revision

Working with Github

Installing and working with Git:

  1. Create an account for GitHub on https://github.com/join, if you already have an account this step is optional.
  2. Ask the team members to add you to the project on GitHub and give you access to the GitHub repository.
  3. Install and setup Git according to your OS in the following link: https://git-scm.com/download
  4. Other information and explanation about the use of GitHub can be found in the following link under “Git and Github intro”: https://webcourse.cs.technion.ac.il/234311/Winter2017-2018/ho.html
  5. Create a new folder and right click inside the folder and choose “Git bash here”.
  6. Use the command “git clone” with the following link to clone the project’s repository in said folder: https://github.com/TechnionYearlyProject/DailyPulseMe.git Note that this will not worked unless you have access to the GitHub project repository (step 2).
  7. After cloning is done, you can open the project via IntelliJ.
  8. You can find issues explaining the methods and technologies that the members of the team used on GitHub at the link provided in step 6.

Clone this wiki locally