Skip to content

A simple repo for practicing the workflow expected during the final exam

Notifications You must be signed in to change notification settings

ybakos/cs361-exam-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CS 361 Exam Practice

A repository for practicing the workflow necessary for the final exam.

You should:

  1. Fork the repo
  2. Clone your fork
  3. Look at the code and identify problems
  4. Create 'issues' for each problem you see
  5. Then, for each problem, you should:
    1. Create and check out a feature branch git checkout -b featureBranchName
    2. Make the necessary changes and commit (hint: git status is your friend. bonus: mention the issue with References #N)
    3. Switch to the master branch git checkout master
    4. Merge the commits from your feature branch into master: git merge featureBranchName
    5. Push
    6. Close the issue
  6. Visually review your commits on the master branch within the GitHub UI
  7. Submit the https URL of your repo on GitHub in Canvas

© 2020 Yong Joseph Bakos.

About

A simple repo for practicing the workflow expected during the final exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages