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

Guide to GitHub Command Line

From Roll20 Wiki

Revision as of 07:16, 25 March 2019 by Andreas J. (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Guide to GitHub Command Line

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, 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.