-
Add a new file to your computer named "mySQLCreation"
-
Open terminal
-
cd into the targeted directory by typing the following:
i.
cd <drag and drop the folder into your terminal>
ii.
git clone https://github.com/EitanJoseph/mySqlPA.git
-
Now import the project into Eclipse
i. Go to File -> New -> Java Project
ii. Uncheck "Use default location"
iii. Click browse and find your cloned project
iv. Click Finish
-
Open terminal
-
cd into project directory.
-
Type the following:
i.
git status
(make sure that the staged changes [in red] are the changes you want to make.)ii.
git add <targeted file or . for all>
iii.
git commit -m "<commit message>"
iv.
git push
- Open terminal
- cd into project directory
- Type the following:
git pull