Course Overview
Git commands with examples, join me as I take a look at the most common git commands with examples using Microsoft Terminal, VS Code and GitHub. I start by creating a local repository on my PC and finish with a remote repository hosted on GitHub. Giving you a practical look at the basic git workflow.
Git for Windows
Posh Git: PowerShell Git Enhancement
Chapters:
- 00:00:00 Introduction
- 00:01:18 git init
- 00:02:14 git branch example 1
- 00:03:07 PowerShell New-Item
- 00:03:54 git add example 1
- 00:04:26 git commit
- 00:05:30 Launch VS Code
- 00:05:56 VS Code terminal
- 00:07:06 git status
- 00:07:23 git add example 2
- 00:08:00 git commit example 2
- 00:09:30 VS Code git reset
- 00:10:20 Do I need to stage?
- 00:10:37 git commit -a
- 00:11:30 git log
- 00:13:19 git branch example 2
- 00:14:54 git checkout
- 00:16:39 git checkout example 2
- 00:16:46 git merge introduction
- 00:17:40 git merge example
- 00:18:15 git merge example 2
- 00:18:35 git checkout -b
- 00:20:23 git remotes - GitHub
- 00:22:17 git clone
- 00:22:36 windows credential manager
- 00:22:46 git clone 2nd attempt
- 00:24:24 link existing repo to GitHub
- 00:25:29 git remote add
- 00:27:35 git push
- 00:27:55 git pull