Here is a dummies guide to using github -
Part 1: Creating a Repository -
- Login to your Github Account
- Click the Create new Repo button on the main page @ https://github.com/
- Type in the Repo name and then Choose Public if not already done.
- Choose Initialize with Read me (This will allow you to make a readme file)
- Choose a License from the Drop down (I personally recommend the MIT license)
- Click Create Repository
Part 2: Installing Github for windows.
- Log in to your github account
- Download Github for Windows
- Follow the On screen Instructions to completion.
Part 3: Downloading your repo
- Create a New folder and name it what you want. This will be the location for our Local Repo on your hard drive.
- In Github for windows Click the Plus Icon in the top left
- Select the Clone Option
- Select your repository
- Then hit the checkmark at the bottom.
- A Dialog will pop up and ask you were you want to clone the repository to.
- Select the location of your folder that we made in step one.
- This will download the readme file and any other files from Github to your computer.
- Wait for it to finish.
Part 4 - Uploading the Files
- You should have a readme.md and a License file
- Copy the 2D Character Engine into the local repo folder on your hard drive.
- Type in a title of the commit and the description of the commit. Hit Commit to master
- Then Hit Sync.
- Github for Windows will sync your local repo with the one on github.
That should get you started