Skip to content

Latest commit

 

History

History
381 lines (271 loc) · 12.9 KB

EXTERNAL_REFERENCES_AND_RESOURCES.md

File metadata and controls

381 lines (271 loc) · 12.9 KB
Back: Glossary Main Table Of Contents

EXTERNAL REFERENCES & RESOURCES:

A lot of what I wrote in this guide are from my own experience using git version control. But in the beginning, I also learned these from someone else or somewhere else (other people's blog posts, youtube tutorials, online courses, and of course from other people in person). These are the sources. Aside from that, I also use them to fact check myself.

For historical purposes, here is the old version of this tutorial:
http://bernicechua.github.io/blog/git

Table Of Contents:

First Time Setup Tutorials:

Tutorials with no programming background required:

Back To Table Of Contents

Git-scm.com - the source!!

https://git-scm.com/ is the main website for git, so use this for looking up any documentation

Back To Table Of Contents

git & GitLab

Back To Table Of Contents

Youtube Tutorials

Back To Table Of Contents

Practicing git

Interactive Online Browser-Based Tools For Practicing git

Online Courses, when git is already installed on your local machine

Walkthroughs

Tutorials To Download & Install To Your Local Machine

Back To Table Of Contents

git Cheat Sheets

Back To Table Of Contents

Using git Version Control With Unity

Back To Table Of Contents

Using git with git lfs

Back To Table Of Contents

How to git & git-lfs for Unity

Back To Table Of Contents

Unity-Specific git Youtube Tutorials

Back To Table Of Contents

Explanations And More Examples Of Commit Messages

Back To Table Of Contents

How to change the default text editor used by git:

Back To Table Of Contents

Websites With Lists Of git Resources

Back To Table Of Contents

Wiki With Everything git-related

Back To Table Of Contents

Licensing A Repository

Back To Table Of Contents

vim resources:

Back To Table Of Contents

How To Use Markdown

Back To Table Of Contents

Markdown Tools

How To Preview Markdown

Table Of Contents Generator

Back To Table Of Contents

Back: Glossary
Main Table Of Contents