Git Crash Course
Автор: Obskyur
Загружено: 2025-09-30
Просмотров: 26
Описание:
A quick video on the most important things I've learned about Git in the 2 years I've been learning it.
To learn more about Conventional Commit message semantics, check out:
https://www.conventionalcommits.org/e...
To create a .gitignore file quickly and easily, use (gitignore.io):
https://www.toptal.com/developers/git...
00:00 Intro
00:23 Typical Workflow
01:38 [Concepts] Typical Workflow
04:32 What is Version Control?
05:20 Intro to Git
05:26 Repositories
05:41 Commits
05:58 Branches
06:19 Git Setup
07:02 Cloning a Remote Repo -- git clone
07:45 Pull Changes -- git pull
08:01 Make Changes
08:23 Stage Changes -- git add
08:29 .gitignore Files
09:27 Committing Changes -- git commit
10:24 Pushing Changes to Remote -- git push
10:38 Branching and Merging Overview
10:44 Create a Branch -- git switch -c
11:02 Merging Changes into Main -- git switch | git merge
11:24 [Concepts] Branching and Merging
12:43 Viewing Branches -- git branch
12:55 Explore Past Commits -- git switch --detach
13:31 Undo a Commit Safely -- git revert
14:01 Undo a Commit Permanently -- git reset --hard
14:16 Changing History
14:24 Restore Changes -- git restore (--staged)
15:08 [Concepts] Changing History
16:34 Intermediate Git Tools
16:39 Tagging Commits -- git tag
17:19 Squashing Commits -- git rebase -i
17:50 [Concepts] Squashing
18:41 Permanently Removing Changes -- git reset --hard
19:04 [Concepts] Permanently Removing Changes
19:41 Removing Commits while Keeping Changes -- git reset --soft
20:20 [Concepts] Removing Commits While Keeping Changes
21:04 Amending Last Commit Messages -- git commit --amend
21:24 [Concepts] Amending Last Commit Messages
22:03 Rewording Older Commits -- git rebase -i
22:35 Outro
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: