Difference between revisions of "GIT for OOP344 Projects"

From CDOT Wiki
Jump to: navigation, search
(Created page with '{{OOP344 Index | 20123}} '''''UNDER CONSTRUCTION''''' This page is to give a brief guideline of how to use '''''github'''' for OOP344 projects. =Teams and their Repository= Logg…')
 
Line 1: Line 1:
 
{{OOP344 Index | 20123}}
 
{{OOP344 Index | 20123}}
'''''UNDER CONSTRUCTION'''''
+
'''''UNDER CONSTRUCTION'''''<br />
This page is to give a brief guideline of how to use '''''github'''' for OOP344 projects.
+
This page is to give a brief guideline of how to use '''''github''''' for OOP344 or other school projects.
  
 
=Teams and their Repository=
 
=Teams and their Repository=

Revision as of 00:04, 15 October 2012


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
UNDER CONSTRUCTION
This page is to give a brief guideline of how to use github for OOP344 or other school projects.

Teams and their Repository

Logging to your github account you will notice that you are now member of a team that carries a similar name to your team name. Also you have full access to a repository with the same name.

cloning the repository

The first step is to clone the repository since it contains the initial files to start the project.

git clone git@github.com:Seneca-OOP344/REPONAME.git

REPONAME is the name of the project repository on github