Git Tutorial - Git Crash Course using BitBucket

preview_player
Показать описание
Git Tutorial - Git Crash Course using BitBucket

Welcome back,

In this tutorial, we go through how to use Git for complete beginners. We will be using BitBucket since Bitbucket is free for private repositories. It does not matter what remote origin you use, pulling and pushing code is the same.

Git Commands
Set up User name and email - displayed in git history.
Git Change Git Default Editor.
Git Check your Settings.
git config --list
Git Initializing a Repository in an Existing Directory.
git init
Git Close your remote repository locally.
git clone
Git Fetch modifications.
git pull
View Git status and your local changes.
git status
Git Add all files & commit.
git add .
git commit -m "My Commit Message"
Git Local branch - track a remote branch
git branch --set-upstream-to master origin/master
Git Show local + remote branches
git branch -a show remote branches only
git branch -r delete remote branch
Git Delete Remote Branch
git push -d remote_name branch_name
Git Delete Local Branch
git branch -d branch_name

Git Hooks Crash Course

Follow us

Chapters
0:00 Introduction
0:07 Definitions
0:28 What is Git
1:01 Git Remotes
2:25 BitBucket Signup
2:50 Creating Remote Repository
4:28 Installing Git
5:48 First time git set up
8:27 Initializing Repository in a Directory
9:23 Adding Remote Origin
10:21 Branches Introduction
13:12 Tracking Remote Branches
16:55 Creating & Pushing Branches
19:56 Fetching Changes
21:28 Deleting Branches
23:40 Merging + Conflicts
28:52 Git Revert
31:15 Git Stash
33:56 Git Ignore
Рекомендации по теме
Комментарии
Автор

I can really see the amount of effort and quality you put for this amazing tutorial, just wonderful!!

focusiam
Автор

Просто замечательно! Спасибо большое за такой понятный и четкий курс!

ycqvqjv
Автор

This tutorial is right on the money. Thank you for your effort.

kannathasant
Автор

Exactly what I was looking for, couldn't ask for a better tutorial. Thank you

syedmutahar
Автор

30 minutes of nothing but elegant straight to the point tutorial

Mark-nmsm
Автор

Amazing video brother!!!
many thanks for sharing and for all these examples!
don't stop making more videos with your amazing way of explaining!
thx

Italya
Автор

I have gone through many videos on git, this one made things very easy and understandable. Good one.!

suresh
Автор

Best straight forward practical tutorial on internet. Keep doing the good work.

SuperSimpleTechie
Автор

Love your content. It is the easiest understanding tutorial for me so far.
Thank you a lot for making this.

shoghi
Автор

Great tutorial, provides enough information to be immediately functional, thanks for posting!

narendrar
Автор

Very good video, just watched first 1 minute and liked and subscribed, very to the point tutorial with no trash talk

AbdulRehman-uinj
Автор

Excellent tutorial and straight to the point in 30 min, thanks a lot

samehsoliman
Автор

Almost cover all the things which I am looking for as beginner, Appreciated your efforts.

hart
Автор

This is very crisp and point to point. Thanks 😊

shahhussain
Автор

Concise, clear, easy, organized tutorial, GOAT, quickly to understand both GIT and bitbucket! AWESOME!!!! 🤩

guinguin_simmons
Автор

Excellent video. Everything you wanna know is there. To the point. Thank you.

bzkfjnq
Автор

You explain it so clearly, so easily. Bravo

AgaGrusz
Автор

Excelente video y muy bien explicado. Ahora, lo voy a poner en práctica.
Saludos desde Santiago, CHILE

freddyvalenzuela
Автор

Thank you for the brilliant presentation. I am sharing it with more people to use!

stanimirhadzhinikolov
Автор

The best tutorial for a beginner. Thank you.

maheshachinnaswamy