-
Notifications
You must be signed in to change notification settings - Fork 1
Working with Github
Peleg Yair edited this page Jun 24, 2018
·
1 revision
Installing and working with Git:
- Create an account for GitHub on https://github.com/join, if you already have an account this step is optional.
- Ask the team members to add you to the project on GitHub and give you access to the GitHub repository.
- Install and setup Git according to your OS in the following link: https://git-scm.com/download
- 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
- Create a new folder and right click inside the folder and choose “Git bash here”.
- 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).
- After cloning is done, you can open the project via IntelliJ.
- 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.