Collaborate on projects with GitHub

1
  • 10 favourites

Stats

4,127 visits, 5,614 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Introduction

Info from me

You may just seen Ashley's tutorial about how to collaborate on projects with SVN. I recommend you to read this tutorial before doing so.

What is GitHub?

GitHub is a place which projects are shared with co-developers, friends and teams.

GitHub Setup

Create a GitHub account (for who doesn't have one)

Go to github.com/join and complete 3 steps to register.

Steps

1. Enter your username, password and email. After filling all boxes, click/tap "Create an account".

2. Choose your plan, and proceed. You can pick a free plan if you want to share your projects. But if you want to make your projects private, paid plans are required.

3.All done, you can now go to your GitHub dashboard when your e-mail is verified.

Sync your project from a PC

After you signed up, it's recommended to install GitHub for Windows or Mac. So you can sync your projects without opening the browser.

Preparation and setup

1. After installing the GitHub client, sign in with your GitHub account.

2. Create a repository by clicking Create.

3. A dialog will appear, where you can enter the name of your repository, it's description and the location of the repository. If you want to push it on GitHub now, check the "Push to GitHub" box.

4. Now create your C2 project, and save as project. You must create a subfolder in your repository's directory and save in there, so Construct 2 will never detect the folders and files generated by the GitHub client.

5. If you're done, you can push your repository to the GitHub website now by clicking/tapping the "Push to GitHub" button. (if you doesn't push it yet) and publish the project. But first, make sure you commit the changes in the repository.

Finish!

Everything is done! Now you can share the link of your repository with someone you know.

  • 1 Comments

  • Order by
Want to leave a comment? Login or Register an account!