ruc-RAWDATA-striketeam / SOVA

Application for accessing StackOverflow data.
MIT License
0 stars 1 forks source link

Git integration #9

Closed jonasschjerlund closed 8 years ago

jonasschjerlund commented 8 years ago

We need to get git integration fully operational on everybody's PCs. The easiest way to clone a repository is through the command console. Navigate to the folder where you want the project to be, and run the following command:

git clone https://github.com/ruc-RAWDATA-striketeam/SOVA.git SOVA

This will create a project that you can then open in Visual Studio. It will automatically restore NuGet dependencies on first launch.

Please comment here when everything works, then we can close this issue.

@ruc-RAWDATA-striketeam/everybody

Chronim commented 8 years ago

I have achieved the full git integration by following this well made description, and I therefore move to close this issue.

Best Greetings Nedim Zahirovic

jonasschjerlund commented 8 years ago

Everything works for me. Make sure to change the remote origin URL if you're still on the old repository address (the one under my github account).

MadsFox commented 8 years ago

Done.

Tested with a commit and a push from local repository to GitHub branch "MadsTest"

"Great things are done by a series of small things brought together." - Vincent Van Gogh