30.08.2016, 14:28
Quote:
I was expecting a negative feedback from y'all guys, Thank god it wasn't a negative feedback.
Though I would like to know how do GitHub works and blah-blah, I will be moving JakAdmin and LAdmin to GitHub. |
Go to your repository.
Click on "Clone or download"
Copy the given URL
Go to your CMD
Type "cd desktop"
Type "git clone <copied url>"
And it's there, if you update it and want to push it back to github
Open CMD
Type "cd desktop"
Type "cd <directory name of the repo>"
Type "git add ." to add everything at once.
Type "git commit -m '<commit message>'"
Type "git push origin master"