-
Notifications
You must be signed in to change notification settings - Fork 21
Using Git to Add Custom Assets
As you begin working on a final project, you may want to add asset files (images, sounds, etc.) that are not included in the default final project repository. Unfortunately, Github does not have an online feature for uploading or creating files in a repository that aren't simply text files.
There are three aspects to this process that are important:
- Working with virtualized computers over the Internet (especially if you only use a Chromebook).
- Working with Git as a command line tool.
- Working with an image editor or browser to figure out how to use your image assets.
If you are using a personal laptop (especially an OSX based computer), then you may not need to follow this step if Git is already installed.
Using Git requires that you have command line or terminal access to a computer. If you are working strictly in a browser, or with a Chromebook, then this is not possible unless you use a virtualized computer over the Internet.
There are several free services that provide a virtualized computing environment. One popular option is from a company called Cloud 9. Visit their web site and log in using your Github credentials. You will use this service to create a virtual computer that has a copy of your Github project:
- Once logged in to Cloud 9, click on repositories in the left-hand pane. This will bring up a list of your Github repositories. Find the one you want to work with and click its "Clone to edit" button.