Skip to content

Commit 5ed9aba

Browse files
committed
Merge pull request #65 from kathweaver/bloggithub
Blog Post on using GitHub
2 parents 0c88b7c + c3b6e3c commit 5ed9aba

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

_posts/2016-02-11-GitHub.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: default
3+
title: 'Brief overview of GitHub'
4+
categories: [blog]
5+
date: 2016-02-16 00:00:00 -0800
6+
author: kathweaver
7+
download: true
8+
---
9+
10+
For those new to GitHub, and I am one, it's very well documented. First a quick overview of the process.
11+
12+
Open Live Writer has two different repositories (a repository is just a place to store things). One for the program itself and a second one for the documentation. If you are reading this, you are reading documentation.
13+
14+
The code is at [https://github.com/OpenLiveWriter](https://github.com/OpenLiveWriter) and the documentation is [https://github.com/OpenLiveWriter/OpenLiveWriter.Github.io](https://github.com/OpenLiveWriter/OpenLiveWriter.Github.io)
15+
16+
The two best places to learn about Github, is Github itself. Help is at [https://help.github.com/](https://help.github.com/) and [https://www.codecademy.com/](https://www.codecademy.com/) There is a walkthrough there.
17+
18+
Unfortunately if you are adding to documentation or code, you do have to use both GitHub desktop and Git Shell, again the process for both are very well documented, with a tutorial loaded into Github Desktop.
19+

0 commit comments

Comments
 (0)