Skip to content

aeckert/cs221_final_project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS221 Final Project

Assignment Page

Major Updates

  • 11/18 - Initial commit to wiki.

Git Overview

Installing git: https://help.github.com/mac-set-up-git/

Initial pull: git clone [email protected]:tjsavage/cs221_final_project.git

Pulling: git pull

Adding files: git add [filename] #to add individual files git add -A #to stage all files note that .gitignore will automatically ignore .pyc and .DS_Store files

Committing: git commit -m "Your commit message"

Pushing: git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published