Skip to content

Repository for graphical assets delineated by committee.

Notifications You must be signed in to change notification settings

gosparksc/graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Graphics

This repository contains the motherload of Spark SC graphics, used to share designs internally among the organization.

Git Basics

“Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. ” (Git). This just means that developers (or designers in our case) can pass around files easily and manage different versions of the files, all under one online location. We use Github to keep our files organized and available for everyone within Spark SC.

Command Line Git

If you are a computer scientist, you generally want to follow this method of contributing to Github.

  1. Set Up Git: Do you know how to use the terminal? If so, then set up git if you haven’t already by following this: Git - First-Time Git Setup
  2. Clone this Repository: Copy the SSH key into your terminal and run git clone [ssh-key]. This should create a folder called “graphics” in your file system. Enter that folder on your terminal.
  3. Contribute your files: Add your files that you want to share to this folder in the respective committee folder (or create your own folder for your design project). Run git add --all and git commit -m "Your commit message here" and then git push to send your files off to Github for everyone else to see!

Github.com

If you have little knowledge on coding, then follow this method to upload files.

  1. Go to this page: GitHub - gosparksc/graphics: Repository for graphical assets delineated by committee.
  2. Upload a new file: Hit the Upload files button at the top. Drag and drop your files into the folder you wish to contribute to. image

And you should be good to go! Got questions? Message Teresa or Mimi or Ben to help you get set up :)

About

Repository for graphical assets delineated by committee.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published