Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chhavip committed Jun 1, 2016
1 parent 2145ecd commit 5d554b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Git-Guide For Open Source Contributions

##Table of Contents:
* [Common Terms](#common-terms)
* [Setting up a User](#set-up)
*


To learn about basic workflow when working on collaborative projects, read the common terms below and follow [this](https://github.com/chhavip/Git-Guide/blob/master/Basic%20Workflow.md).

A collection of commands needed while working on git
Expand Down Expand Up @@ -39,7 +45,7 @@ In order to set up the user through terminal:

This is the user your commits and PR will be shown through.

##Fork, Clone, Add, Commit and Push
##Forking a Project and Making Changes
In order to work on an existing project that is not owned by you, follow the following steps:

1. `Fork` the project from the respective repository. This will redirect you to your fork of the project which is basically a copy of the original project but you are its owner.
Expand Down

0 comments on commit 5d554b3

Please sign in to comment.