You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2014-08-24-working-on-github-projects.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,20 @@
2
2
layout: post
3
3
title: Working with projects on Github
4
4
categories:
5
-
- technical
5
+
- technical
6
6
tags:
7
-
- github
7
+
- github
8
8
---
9
9
10
10
# Collaborating on Github projects
11
+
11
12
Its safe to say that [github](http://github.com) is one of the most widely used source code management systems for software development.
12
13
13
-
Every-time I start working on a new project on github, I always turn to good old [Google](www.google.com) to _get me started_ for the same set of questions.
14
+
Everytime I start working on a new project on github, I always turn to good old [Google](www.google.com) to *get me started* for the same set of questions.
14
15
15
16
So here are the steps that I follow to start working on a project on github:
16
17
17
-
### 1.[Fork the project code](http://help.github.com/articles/fork-a-repo)
18
+
### 1.[Fork the project code](http://help.github.com/articles/fork-a-repo)
18
19
19
20
```bash
20
21
# Original project
@@ -23,7 +24,7 @@ So here are the steps that I follow to start working on a project on github:
23
24
https://github.com/finiteloopme/apiman
24
25
```
25
26
26
-
### 2.Clone your fork
27
+
### 2.Clone your fork
27
28
28
29
```bash
29
30
# Clone the project locally
@@ -34,7 +35,7 @@ So here are the steps that I follow to start working on a project on github:
0 commit comments