Git & GitHub - How to use

preview_player
Показать описание


Time stamps:
00:00 - Intro
02:16 - Initialising Git
03:08 - Configure user name and email
04:53 - Initialising Git Repository
07:08 - Adding files to staging area
09:21 - Create a commit
10:22 - View all commits
11:05 - Push code to Github
14:01 - View file differences
15:52 - Discard file changes
21:48 - Create a new Branch
23:28 - View all local branches
25:08 - Move to a different branch
27:01 - Merging branches
29:36 - Resolving conflicts
36:30 - Git push -u
38:01 - Navigate to a Previous Commit
43:00 - Deleting a Branch

★☆★UDEMY COURSES:

★☆★Best laptops for Coding:

★☆★Best JavaScript Books

My Social Media:

Рекомендации по теме
Комментарии
Автор

Great tutorial specially working with other branches thanks

khurshedkhan
Автор

Amazing Telmo thank you so much... Perfect tutorial

papatux
Автор

Thank you for the amazing video Telmo 👌

rubenforner
Автор

At time 41:50 why you used "git switch detached-head", we could use "git checkout detached-head" instead.

IRFAN-ALI-KHAN