Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+7 votes

When working on things for this class from github, it's incredibly annoying and time-consuming to have to copy and paste every file from git into the java perspective in order to be able to test/run them. Is there a way to modify my git perspective or a way to be able to run files while in the git perspective?

asked in CSC305 Fall 2021 by (1 point)

2 Answers

+1 vote
 
Best answer

You can try with this tutorial!

https://www.youtube.com/watch?v=h2FCDY9av_o

It turns out to be really easy and fast to get your GH repo on Eclipse!

answered by (1 point)
selected by
0

This is basically what I did, but the video is concise and helpful for those who want to watch step-by-step. Thanks!

0 votes

For anyone else who needs help with this, Tanner showed me how. For starters, clone the repo in gitbash. Then, go to File -> Import -> Git -> Projects from Git -> Existing Local Repository then just click next and finish and it should work. Now I can run the files within the git perspective.

answered by (1 point)
...