Skip to content

mhernandez052/PersonalWork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI 21 - Fall 2017

What is this repository for?

  • Class Example Files
  • Class Labs
  • Class Coding Assignments

Repository Structure

  • /class_examples (Class code example files)
  • /assignments (Class coding assignments)
  • /labs (Class daily labs)
  • /helpful_files (Files to help with compilation)

How to submit (commit) your labs/assignments

  • Open up your terminal (bash)
  • Run the following commands in the terminal:
    • cd ~/workspace
    • git add .
    • git commit -m'YOUR COMMIT MESSAGE'
    • git push origin master (The origin master part may be optional)
  • Your files should now be submitted

How to setup your repository to get new files from me (Do this once for the entire semester!)

  • Open up your terminal (bash)

How to get new files from me into the repository if you have done the above

  • Open up your terminal (bash)
  • Run the following commands in the terminal:
    • cd ~/workspace
    • git pull class master
  • If a window pops up that says NANO on the top and something about merging just press ctrl + x to exit
  • Your repository should now be up to date

About

Past Work Done

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published