Difference between revisions of "Github"

From Steem Center
Jump to: navigation, search
(Created page with "=Github= =Overview= Using '''Github''' to manage your blog's drafts. =How To= First, sign up for an account on github.com. Free accounts can have unlimited public reposito...")
 
(External links: The Hacker News)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Github=
+
==Overview==
  
=Overview=
+
Using '''GitHub''' to manage your blog's drafts.
  
Using '''Github''' to manage your blog's drafts.
+
==How To==
 
 
=How To=
 
  
 
First, sign up for an account on github.com. Free accounts can have unlimited public repositories. There's a $7/month charge for unlimited private repositories.
 
First, sign up for an account on github.com. Free accounts can have unlimited public repositories. There's a $7/month charge for unlimited private repositories.
Line 39: Line 37:
 
If you are uncomfortable dealing with the shell to manage <code>git</code>, and you're on macOS, I recommend SourceTree by Atlassian.
 
If you are uncomfortable dealing with the shell to manage <code>git</code>, and you're on macOS, I recommend SourceTree by Atlassian.
  
=External Links=
+
==Links==
 +
 
 +
* '''GitHub''' : https://github.com/
 +
* '''@inertia''' : [https://steemit.com/steemit/@someguy123/steem-center-center-of-all-things-steem Steemit blog post title] ''May 25th, 2017''
 +
 
 +
==Related articles==
 +
 
 +
* [[Open Source]]
 +
 
 +
== External links ==
 +
 
 +
* '''The Hacker News''' : [https://thehackernews.com/2018/03/biggest-ddos-attack-github.html Biggest-Ever DDoS Attack (1.35 Tbs) Hits Github Website] ''Written by Mohit Kumar in 3/1/2018''
 +
* '''Crypto Gource [[YouTube]] Channel''' : [https://www.youtube.com/watch?v=DjYbsq3FXfM History of Bitcoin 2009-2018 (Git Visualization)] ''Graphical video visualisation of the Bitcoin Github repository from 2009 to 2018 published in 1/20/2018''
 +
 
 +
==In other languages==
 +
 
 +
* [[日本語]] : [[GitHub (jp)]]
 +
 
 +
<br>
  
[https://steemit.com/steemit/@inertia/3q4tnn-draft-your-blog-posts-on-github Draft Your Blog Posts on GitHub]
+
----
 +
<br>
 +
{| class="wikitable" style="margin: auto;"
 +
| Help keep this wiki page updated. Register, click in [https://www.steem.center/index.php?title=Github&action=edit edit], add or modify the text and save. <br>If you're already a steemian you can be rewarded with STEEM, see how in [https://steemit.com/introduceyourself/@steemcenterwiki/introduction-rewarding-steem-center-wiki-editors-with-steem-too @steemcenterwiki].
 +
|-
 +
|}
 +
<br>
  
 
[[Category:Technology]]
 
[[Category:Technology]]
 
[[Category:Markdown]]
 
[[Category:Markdown]]
 
[[Category:Editors]]
 
[[Category:Editors]]

Latest revision as of 19:53, 15 March 2018

Overview

Using GitHub to manage your blog's drafts.

How To

First, sign up for an account on github.com. Free accounts can have unlimited public repositories. There's a $7/month charge for unlimited private repositories.

Either plan will work. If you make enough on steemit.com to justify the $7/month, you can upgrade at any time. May as well use a public repository for drafts until then.

New Repository A.png

Created a new repository.

Name Repository B.png

Name the repository.

I use the git shell command to commit and push from my desktop as well as pull changes I've made while on my mobile device.

Navigate to your new repository and click the Clone or Download button and copy the url, e.g.: [email protected]:inertia186/steemit.git

On the desktop shell (use your url instead):

$ git clone [email protected]:inertia186/steemit.git

I also use atom to make changes on my desktop. There are many atom plugins to make this more enjoyable, including Markdown Preview.

Atom.png

Atom is a great editor!

Atom also has several git plugins. Although I use the shell for everything involving git changes, I still use the git plugins to see what's going in atom.

If you are uncomfortable dealing with the shell to manage git, and you're on macOS, I recommend SourceTree by Atlassian.

Links

Related articles

External links

In other languages




Help keep this wiki page updated. Register, click in edit, add or modify the text and save.
If you're already a steemian you can be rewarded with STEEM, see how in @steemcenterwiki.