Skip to content

cmpe295/MasterProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasterProject

How to fork:

  1. fork project: https://github.com/cmpe295/MasterProject.git to your github account
  • click on the + button @ (MasterProject/+)
  1. clone https://github.com/YourAccount/MasterProject.git to your localhost
  1. define upstream

Commit to your github account

  1. git add .
  2. git commit -m "your commit message"
  3. git push

Merge your changes to upstream

  1. create pull request from your github account
  2. optionally tag ppl as reviewer
  3. merge your change to upstream/master

fetch/merge changes made in upstream/master

  1. git fetch upstream
  2. git merge upstream/master
  3. (it is good to do this before you start any developments to avoid future conflicts)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •