Git Fundamentals

Git Fundamentals

Microsoft Visual Studio

7 лет назад

148,803 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@neman135
@neman135 - 10.01.2024 14:43

Robert thank you very much!

Ответить
@tombrennan1466
@tombrennan1466 - 20.05.2021 14:16

Great video, thanks!

Ответить
@kishands
@kishands - 07.03.2021 15:05

Thanks in 2021

Ответить
@johng5295
@johng5295 - 07.01.2021 09:16

Thanks in a million. Awesome.

Ответить
@johng5295
@johng5295 - 06.01.2021 06:33

Thanks in a million. Awesome. A++

Ответить
@leonardorodriguessucena8379
@leonardorodriguessucena8379 - 07.09.2020 03:43

Nice content and nice explanation! keep the good work =D

Ответить
@michitamy
@michitamy - 21.07.2020 20:22

are these the same fundamentals in 2020?

Ответить
@r_m5545
@r_m5545 - 25.06.2020 02:10

THANKS MAN

Ответить
@gsr4535
@gsr4535 - 08.06.2020 03:51

Thanks for the calm explanation. Helped me a lot. 👍

Ответить
@johnwalshgmail
@johnwalshgmail - 08.06.2020 01:40

I think to fully understand this , an explanation of origin/master was needed. It helps to know that origin/master is the local branch that tracks the remote branch, and not the remote branch as seems to be suggested in this video. Other than that a great demo of using GIT inside Visual studio

Ответить
@narkotikov
@narkotikov - 19.05.2020 18:55

great stuff green!!

Ответить
@Tech_DwivediJi
@Tech_DwivediJi - 10.05.2020 15:45

Hello Robert,

Thank you so much for this great explanation. It helped me out a lot.
I have few question if you can answer.

First you didn't talk about Rebase.
Second I am working with Bit bucket, but when I am merging my code I am getting error "You have uncommitted Changes you have to stash or commit you changes.". Though I have uncommitted changes but I don't want to commit those because I have changes in config files which is dedicated to my system only. So I want them as it is on my system for forever and want to keep them uncommitted. How do I do that? It is easily performed in TFVS.

And how to stash something in visual studio.
Can you please help me out in these scenario.

Thanks

Ответить
@alexanderzhukov6903
@alexanderzhukov6903 - 03.04.2020 17:48

Wow! VS can handle Git so easily. What is awesome!

Ответить
@ElCidPhysics90
@ElCidPhysics90 - 20.03.2020 02:54

I don’t have a Git section in Team Explorer.

Ответить
@MahmoudFaragallah
@MahmoudFaragallah - 22.11.2019 00:39

Excellent, Thank you.

Ответить
@fc1984fc
@fc1984fc - 19.11.2019 21:05

How the hell do you revert a commit in Visual Studio 2019? The docs only refer to the previous versions and MS changed everything -- very lame!

Ответить
@Sushilkumar-yq7iy
@Sushilkumar-yq7iy - 16.11.2019 06:23

Best video! 👍👌

Ответить
@thesuperiorman8342
@thesuperiorman8342 - 17.10.2019 22:26

I'm a beginner and I found this tutorial very helpful except you didn't show us how to go back to previous versions in git which is the reason I want to learn this. Thank you nevertheless and thanks to MS for providing this for free.

Ответить
@kanyagudipati8605
@kanyagudipati8605 - 06.10.2019 07:13

Thank you for this wonderful video. You are a very good teacher. This video solved all my issues

Ответить
@kanyagudipati8605
@kanyagudipati8605 - 05.10.2019 05:08

Awesome video. This is exactly what I am looking for

Ответить
@rajperl
@rajperl - 22.09.2019 06:17

Very nice!!!

Ответить
@RullyRamadhan1
@RullyRamadhan1 - 17.08.2019 09:12

Awesome Explanation!

Ответить
@CezarLisboa1990
@CezarLisboa1990 - 31.07.2019 18:41

Very useful!

Ответить
@ca4kmu
@ca4kmu - 16.07.2019 01:51

brilliant way of teaching ..

Ответить
@ca4kmu
@ca4kmu - 10.04.2019 19:34

What a Brilliant way of Teaching and Cleared the Concepts . Very clear Precise accent (Not Local ), To the point Presentation ( No Time waster Like Others).Thank You for This Impressive presentation.

Ответить
@JalalDaulay
@JalalDaulay - 29.03.2019 17:05

best explanation, thank

Ответить
@L0RDeX
@L0RDeX - 02.12.2018 22:44

That’s awesome explanation to dive quickly in how to work with Git and terminology. Great job!!! Thank you!

Ответить
@jannetmascarella7653
@jannetmascarella7653 - 27.11.2018 05:27

Thank you so much for the detailed explanation, it was incredibly helpful!

Ответить
@zahirjacobs716
@zahirjacobs716 - 24.09.2018 20:45

Watch this at 1.5x speed. Life is too short.

Ответить
@anarankovic9658
@anarankovic9658 - 27.07.2018 19:07

This video helped me a lot! 👍🏻👍🏻👍🏻

Ответить
@arpitagarwal6540
@arpitagarwal6540 - 30.05.2018 09:08

Thanks..superb video...All concept cleared

Ответить
@Indrayavam
@Indrayavam - 28.05.2018 15:26

Small font in the CMD kills it.

Ответить
@pazzuto
@pazzuto - 26.05.2018 18:02

Very good video for the fundamentals; I learned a few things. Once thing is confusing though is why when resolving conflicts, you switch to "local master" then do a fetch from remote master, then switch back to feature1 and do a merge from remote master? What's the point to fetch into local master from remote? Looks like this is not needed.

Ответить
@PlanoFool
@PlanoFool - 26.02.2018 00:58

I don't see the GitHub section in Team Explorer. I see my local Git Repositories and I've successfully manually fetched and pushed to GitHub and pulled from GitHub, but I haven't been able to build the connection between Visual Studio and my GitHub account.

Any ideas on what I should do to connect Visual Studio with GitHub?
I'll continue to search for a solution on my own, but if anyone has been down this path, please point me in the right direction. Thanks!

Ответить
@Robber7
@Robber7 - 13.02.2018 17:05

Best video there is on GIT/Team servicies with VS. Absolutely brilliant. Thank you so much!

Ответить
@frankng3111
@frankng3111 - 18.01.2018 05:49

Awesome tutorial, thank you!

Ответить
@flamecrow
@flamecrow - 10.01.2018 11:29

That deja vu moment when you misspell "refactored" twice haha

Ответить
@timomynttinen6851
@timomynttinen6851 - 09.01.2018 12:38

This was very, very useful and beneficial. Thank You very much!

Ответить
@jeepung4015
@jeepung4015 - 14.12.2017 06:17

Thank you for the nice tutorial! But I have a question, in VSTS, why or reason you Commit then Sync before the Push? What's the value of Sync in this? Why not simply Push after the Commit?

Ответить
@tanxyrogue847
@tanxyrogue847 - 07.10.2017 13:16

I'm speculating.
It's Called a 'pull request' because You are Requesting the GitHub Server to Pull your Code to the it's Server.

Ответить
@tanxyrogue847
@tanxyrogue847 - 07.10.2017 12:48

Really like how they designed the team service explorer 'manage connections' tab

Ответить
@kenichimori8533
@kenichimori8533 - 11.09.2017 01:44

De codec solution name tool x Visual Studio = y3
Even Promotion Point Pretty Point P = P Point P

Ответить
@Mattgyver31786
@Mattgyver31786 - 04.08.2017 04:07

You need the slash because when you merge your pulling or drawing one into the other, much like merging on a freeway. Notice: where it says, master -> origin/master, merging origin w/ master.

Ответить
@buddyrowe7460
@buddyrowe7460 - 03.08.2017 22:28

Nicely covered!! I appreciate the effort.

Ответить
@AlexCoEnginner
@AlexCoEnginner - 02.08.2017 17:16

One of the best explanations of how to use Git and Github in years. This is a thumbs up for Microsoft! Please continue given us wisdom!

Ответить
@_DeProgrammer
@_DeProgrammer - 02.08.2017 16:23

Props to MS, open sourcing. I'm a Mac user but use VS code. really like the direction MicroSoft is going , we notice.

Ответить