Installing Git & Uploading Source Code To Github
Re-uploaded to fix a little error I made in the guide.
---
Learning how to use Git isn't easy especially with all the pointless complications so I made this guide for everyone who's struggling to use its basic features of uploading source code to Github.
Download Git here:
http://adf.ly/1FJLXj
Here's an example project I did:
http://adf.ly/1FLnE5
All commands used for copy & paste:
git init
git config credential.helper store
git add -A
git commit -m "commit message"
git remote add origin https://github.com/[username]/[repositoryname].git
git push -u origin master
Note:
Using the command line is actually better than any of the graphical interfaces because that's how it really works and it's pretty much platform independent.
Thanks for watching!
Make sure to leave a like, comment and subscribe!
Intro by: https://www.youtube.com/user/RavenProDesign
Check out my website: http://www.bullywiihacks.forumotion.com/
Subscribe: http://www.youtube.com/subscription_center?add_user=bullywiiplaza