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: _tutorials/2018-11-19-github-contributing.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
layout: content
3
-
title: "Contributing using github"
4
-
toc: true
5
-
catagotries: [tutorial, code]
6
2
---
7
3
4
+
# Contributing using GitHub
5
+
8
6
In order to contribute to Zoidberg code it is first necessary to get a Github account. This is simple to do at [Github](http://github.com/). This tutorial covers version control using the program git, which is a command line tool. There are other tools to to do the same thing which use a GUI, but they may use other workflows which could mess up the repository.
9
7
10
8
## Fork and Pull workflow
11
9
12
10
To get a better understanding of Git and the process we'll be using, check out these guides on the Fork and Pull workflow.
-[a good rundown on the Fork and Pull workflow](https://gist.github.com/Chaser324/ce0505fbed06b947d962). This is the source of much of the information on this page.
0 commit comments