←  Tutorials

ComputerCraft | Programmable Computers for Minecraft

»

What Are Git and GitHub? How do I use Use...

Lupus590's Photo Lupus590 20 Feb 2016

About This Tutorial

What is Version Control?

Introducing Git

What is GitHub

Using Git

Is There a GUI? - Avoiding The Command Line

Joining a Project

Markdown - What it is and How to Use it

Making a Big Project, and Preparing for Collaboration Through GitHub

(WIP) Useful Extras For Everyone

(WIP) Useful Extras For Project Managers


Edited by Lupus590, 25 December 2017 - 11:42 PM.
Quote

Waitdev_'s Photo Waitdev_ 28 Feb 2016

Thanks, nice tutorial! :D
Quote

Creator's Photo Creator 28 Feb 2016

Does anyone of you know why the GitHub desktop takes 30 to push, while the CLI only needs 4 seconds?
Quote

Lupus590's Photo Lupus590 28 Feb 2016

View PostCreator, on 28 February 2016 - 10:28 AM, said:

Does anyone of you know why the GitHub desktop takes 30 to push, while the CLI only needs 4 seconds?
As a guess: it pulls first and then pushes.
Quote

SoftNougat's Photo SoftNougat 29 Feb 2016

Hi, I appreciate that you have posted about Git or rather something to learn and guide to source code management system for software development. This is another lesson learned for me.
Quote

Lupus590's Photo Lupus590 10 Apr 2016

OP Edit: added more links in the further reading section and to some of the todo sections

I do plan on finishing those sections when Uni eases up (probably in summer), for now you are going to have to use just the links.
Edited by Lupus590, 10 April 2016 - 09:48 PM.
Quote

Lupus590's Photo Lupus590 19 Apr 2016

OP edit: add section on markdown
Quote

Lupus590's Photo Lupus590 10 Sep 2016

OP edit: Completed section: "I'm Starting a Big Project, How do I Setup GitHub?"

Also, a bunch of spelling and grammar corrections
Edited by Lupus590, 10 September 2016 - 10:09 PM.
Quote

KingofGamesYami's Photo KingofGamesYami 10 Sep 2016

Speaking of spelling corrections...

View PostLupus590, on 10 September 2016 - 06:07 PM, said:

OP edit: Completed section: "I'm Starting a Big Project, How do I Setup GitHub?"
Also, a bunch of spelling and grammar corrections
Quote

Lupus590's Photo Lupus590 10 Sep 2016

View PostKingofGamesYami, on 10 September 2016 - 09:23 PM, said:

Speaking of spelling corrections...

View PostLupus590, on 10 September 2016 - 06:07 PM, said:

OP edit: Completed section: "I'm Starting a Big Project, How do I Setup GitHub?"
Also, a bunch of spelling and grammar corrections

Thank you, I guess Grammarly missed that one.

Starting to consider putting things in spoilers.
Edited by Lupus590, 10 September 2016 - 10:11 PM.
Quote

Wouto1997's Photo Wouto1997 11 Sep 2016

I'm currently using smartgit on linux as a GUI option for git, its pretty close to sourcetree for windows.
Quote

Lupus590's Photo Lupus590 12 Sep 2016

View PostWouto1997, on 11 September 2016 - 10:26 AM, said:

I'm currently using smartgit on linux as a GUI option for git, its pretty close to sourcetree for windows.
I'll put that in the OP then, thanks.

OP Edit: spoilers, adjusted section titles, and smartgit
Edited by Lupus590, 12 September 2016 - 03:44 PM.
Quote

EveryOS's Photo EveryOS 05 Nov 2016

I've used github before, as for git, I only use it because heroku.com requires it.
Quote

Lupus590's Photo Lupus590 26 Dec 2017

OP Edit: minor changes to different sections, cleanup of the further reading section.
Quote