Skip to content

I1138/alghw4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms hw4
git strategy:

  • each collaborator has two+ branches.
    • local master
    • local working (possibly multiple)
  • all work is done in local working branches
to merge:
  1. remote is pulled into local master branch
  2. local master is merged into local working copy
    - fix any merge conflicts here
  3. local working copy is merged into master
    - should not have merge conflicts
  4. local master is pushed up to remote
    - definitely should not have merge conflicts


atom packages
python-debugger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages