What is Git & GitHub?
🇯🇵 日本語版: README.md
This is a quick introduction to Git and GitHub. Included are 3 lectures and a prep guide.
Goal
Readers walk away with
- A foundational understand of Git and GitHub
- Learned to manage their code on GitHub
Content Overview
- Create a GitHub.com account
- Install & setup Git on Windows or MacOS
- Install & setup GitHub Desktop App
- Install & setup GitHub Command Line (GitHub CLI)
Basics & First Repo - 01_Start_EN.md
- Git basics and settings
- GitHub basics and settings
- Local settings; Connect local to GitHub
- Save with Git;
git remote
,git push
- ⚠️ Pending Translation
Create & Merge Branches - 02_Branches_EN.md
- Create and merge branches!
- GitHub Workflow
- Overview of the GitHub site
- ⚠️ Pending Translation
- Undo files with Git
- ⚠️ Pending Translation
Git Cheat Sheet - 04_CheatSheet_EN.md
- Here’s an overview of useful Git command-line (CLI) commands.
Got Questions?
Submit a GitHub Issue & I will do my best to answer your question.
Found Mistakes?
Make a Pull Request with the corrections ~
Additional Notes
Kintone Dojo Review
Instructions on how to submit your Kintone Dojo assignments as Pull Request for review:
Code Review - 05_CodeReview_EN.md
For Windows Users
- Instead of
ls
, usedir
command - For those who want to configure a Windows Subsystem for Linux (WSL) to run
git
commands from, check out Windows x WSL Guide for instructions