Skip to content

Commit

Permalink
Update Basic Workflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhavip committed Mar 26, 2016
1 parent 3186c33 commit 2349348
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Basic Workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
This page will outline a basic workflow to use when working on collaborative projects, wherein one person sets up the initial project and others are able to work on the same. Let us assume the situtation where there are three people Mo, Meggie and Darius who need to work on a project together and would like to use git/github for collaboration. Assuming they all have gitbash(windows) or git in terminal(linux) or on Mac, these are the steps to follow:

###Setting Up The Project
Only one person needs to create the initial project and push it to the remote.
Only one person needs to create the initial project and push it to the remote. Let us assume it is going to be Mo. Steps needed to be followed by Mo are:
* Create an account on github.
* Create a new Repository by clicking the **NEW** repository button.
* Give it a name.
* See the initial page and locate the https URL where this repository exists.
* Add Meggie and Darius as collaborators by going in Settings of this repository.

0 comments on commit 2349348

Please sign in to comment.