Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Guide to GitHub Command Line"

From Roll20 Wiki

Jump to: navigation, search
(page start, not content yet)
 
m (empty page changed to redirect to the proper guide)
 
Line 1: Line 1:
== Guide to GitHub Command Line ==
+
#REDIRECT [[Short Git Guide]]
This guide is intended to teach Git/GitHub trough the Git command line tool, as it's the preferred method by many, and the method I know best. If you prefer to try the Github Desktop Client, [https://wiki.roll20.net/Beginner%27s_Guide_to_GitHub we have a guide for it as well].
+
 
+
Main points of this guide will show how to:
+
* use the most important Git commands, and explain what they do
+
* submit a new character sheet, or make change-suggestions to existing sheets
+
* keeping your files up to date
+
* basic troubleshooting
+
 
+
=== Why Git command line? ===
+
 
+
Git command line have more guides & documentation( than the GitHub Desktop/Browser) to help use it. Using the command line also have the advantage of having easier time troubleshooting when you can more clearly know what steps you took and can see what messages the command line gives back, making web searches about any problems more easy.
+

Latest revision as of 08:32, 8 April 2020

  1. REDIRECT Short Git Guide