Skip to content

YunanAZ/Impact-of-Scenery-on-Regional-Crime-Rates-and-Citizen-Wealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COGS108_Repo

Spring 2019 COGS 108

Set up with git

  1. When making changes, create and switch to new branch with name relating to the change
git checkout -b <branch_name> 
  1. Finish your changes, and add and commit the file.
  2. Then git push the new branch to github
git push -u origin <branch_name>
  1. Then review the new branch, submit a pull request and compare new branch with master, and approve it if no conflicts.
  2. Then other members can git pull the changes.

This way a working model will be preserved in master.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages