How to use Git with Visual Studio 2022 (Step by step)

  Рет қаралды 131,936

Tech With Pat

Tech With Pat

Күн бұрын

How to use Git with Visual Studio.
In this video, I'm going to show you how to use Git with Visual Studio 2022.
Buy me a coffee: www.buymeacoffee.com/itsmepat...
Subscribe: kzfaq.info...
TIMESTAMPS :
00:00 Intro
00:51 Create a GIT repository
02:06 Create a branch
03:00 Save changes
05:07 Combine multiple commits into one.
06:24 Modify the last commit
07:35 Push to a remote repository
08:18 Fetch, pull from the remote repository
09:15 Sync
10:07 Merge
11:00 Check-pick
11:54 Revert
12:36 Reset
13:22 Resolve merge conflicts
14:50 Outro
Where you can find me:
💻 Github: github.com/techwithpat
🌐 Website: www.techwithpat.com
🕴️ LinkedIn: / patrick-tshibanda-4310...
#gitwithvisualstudio #visualstudio #git

Пікірлер: 90
@TechWithPat
@TechWithPat 2 жыл бұрын
TIMESTAMPS : 00:00 Intro 00:51 Create a GIT repository 02:06 Create a branch 03:00 Save changes 05:07 Combine multiple commits into one. 06:24 Modify the last commit 07:35 Push to a remote repository 08:18 Fetch, pull from the remote repository 09:15 Sync 10:07 Merge 11:00 Check-pick 11:54 Revert 12:36 Reset 13:22 Resolve merge conflicts 14:50 Outro
@mickelodiansurname9578
@mickelodiansurname9578 6 ай бұрын
why have you not got half a million subscribers? Clear, concise, on point, easy to understand, no tangents... 5 stars.
@dhruvsingh9
@dhruvsingh9 4 ай бұрын
Indeed. He is pretty good. Dude please share your linkedin profile. If you don't have please create it
@thaophuong8100
@thaophuong8100 Жыл бұрын
I wish I have found your video sooner after spending 3 hours looking for ways to use git with VS 2022. Thank you a lot for your clear clarification!
@pogo4524
@pogo4524 2 жыл бұрын
You are really a talented teacher, I liked that you used simple terms, examples, and timestamps for each step, easy to follow what you are doing. Please don't stop creating in these formats, you do really contribute to the programming community with these videos. Subbed and liked 👍
@user-wj5qd5fy1n
@user-wj5qd5fy1n Жыл бұрын
I am very happy, that I found this tutorial. I am not new to git, but for first time I need to use it with Visual Studio. In 15 minutes you explain everything, which somebody needs to work in commercial project. Just magnificent! Great explanation and time saving! Thanks!
@philchadwick9470
@philchadwick9470 6 ай бұрын
At last someone who knows how to explain things! Now I can use GIT. Thank you.
@longbeachboy57
@longbeachboy57 2 ай бұрын
The best explanation of Git so far... Thanks!
@Microdisnee
@Microdisnee Жыл бұрын
This is hands down one of the most succinct and well laid out tutorials I have seen on YT. Like others have stated the explanations are clear and to the point with no extra fill. I would love to see you do a real world branching strategy/workflow using VS. Thank you for the contribution.
@lazarnikolovski7571
@lazarnikolovski7571 8 ай бұрын
Thank you Sir!! I can't explain how much I appreciate tutorials like this. Short and straight to the point. Much appreciation to you!
@ut4321
@ut4321 2 жыл бұрын
EXCELLENT intro video to using git with Visual Studio! Thank you SO much for publishing this! Keep up the good work, sir.
@oortcloud210
@oortcloud210 7 ай бұрын
What a great tutorial - clear and concise, with absolutely no waffle. I just wanted a quick refresher on using GIT in VS and this is perfect. Thank you!
@lovol2
@lovol2 Жыл бұрын
Probably the best and most clear and quick explanation of common activities, thank you.
@nolascop3547
@nolascop3547 Жыл бұрын
amazing video. You explained everything really well in details, with a calm clear voice. thank you so much my man
@ossamaettahery3286
@ossamaettahery3286 10 ай бұрын
Clean, nice and simple. Even a kid that has never touched code in his life might fully understand this video. Thanks a lot man, this was extremly helpful! Keep it up with good work! 💪
@yossfish
@yossfish Жыл бұрын
Very helpful/clean explanation - thank you so much!
@quicktastic
@quicktastic 2 жыл бұрын
Wow. Covered a lot of ground in a short period of time and did it well. Thank you!
@codie12
@codie12 8 ай бұрын
Pure gold! This is the first time I've used Git with Visual Studio for C# projects, and you got me into it really quickly. If I had to do it in Visual Studio Code, I would have to install extensions and usually get used to the command line in order to interact with Git.
@PapaBigDoinks
@PapaBigDoinks 7 ай бұрын
You're a fucking legend. This is the most comprehensive and straight forward tutorial I have seen on using Git in Visual Studio. It really helped me! Thank you :)
@TheCyberhacker01
@TheCyberhacker01 Жыл бұрын
Very easy to understand. Thanks for this demo
@rawanmalaeb6916
@rawanmalaeb6916 2 жыл бұрын
Extremely helpful, thank you!
@kalbasa195
@kalbasa195 Жыл бұрын
Спасибо дядя, всё понятно и произношение, даже переводить мне не пришлось
@tbuc76
@tbuc76 Жыл бұрын
Best video in the subject in YT. Well done!
@Zabideen97
@Zabideen97 Жыл бұрын
I been looking for video like this. This is the best video. Thanks
@Jake-lu6pt
@Jake-lu6pt 2 ай бұрын
Thanks for sharing Pat!! Very useful tutorial
@guillermodanielmazzarigiov1768
@guillermodanielmazzarigiov1768 2 жыл бұрын
Thank you very much, I'm moving from vs code to visual studio and this was extremely useful for me
@MrPatrichon
@MrPatrichon 2 ай бұрын
This tutorial did it for me! Thanks a lot!
@kellybmackenzie
@kellybmackenzie Жыл бұрын
Thank you so much, this helped me a lot!! You're an awesome teacher!!
@leblancthierry8781
@leblancthierry8781 8 ай бұрын
thank you for this course, the best I've seen to explain git and visual studio. You are a very good teacher. Thierry from Belgium.
@petr_khramov
@petr_khramov 7 ай бұрын
Thank you. Very clear explanations of useful Git functions. Little remark: 7:01 It's not nessesery to type last commit message. While click on 'Amend' checkbox it is filled in automaticaly.
@ChaosRider726
@ChaosRider726 Жыл бұрын
really good! short and to the point!
@chris_lynch
@chris_lynch 2 жыл бұрын
Best git video I have seen, very clearly explained
@praveenkumar-pt1xg
@praveenkumar-pt1xg 2 жыл бұрын
Great Tutorial . Thanks for helping me
@ShatabdaRoy
@ShatabdaRoy 9 ай бұрын
Very in-depth tut, I like it.
@mohiuddinansari9356
@mohiuddinansari9356 4 ай бұрын
To the point and well explained.. Thanks you !!
@saadablat2998
@saadablat2998 Жыл бұрын
You are a great teacher! Thank you ❤
@junglemike4
@junglemike4 3 ай бұрын
Thanks. That was very informative.
@mozhdehdashti1839
@mozhdehdashti1839 6 ай бұрын
simple practical explanation using VS , thanks
@marektichy3926
@marektichy3926 Жыл бұрын
Great guide to get started...thanks!
@JD-lx3cx
@JD-lx3cx 2 жыл бұрын
Nice. Thank you for sharing!
@hanswelder
@hanswelder Жыл бұрын
Great explanatory stuff!
@TheGuideToIslam
@TheGuideToIslam Жыл бұрын
Clearly explained to the point.
@jayamalaraut273
@jayamalaraut273 2 ай бұрын
Very helpful, Thank you!
@yatendradeshmukh8110
@yatendradeshmukh8110 2 жыл бұрын
Excellent...you covered All
@sumedha7
@sumedha7 Жыл бұрын
Great video.. clearly explains most wanted
@thegooddoctor6719
@thegooddoctor6719 8 ай бұрын
Very informative video - thank you !!!!!!!!!
@TarunMishra3180
@TarunMishra3180 Жыл бұрын
Amazing Video! Keep it up!!
@dowhiletrue6687
@dowhiletrue6687 Жыл бұрын
Outstanding training video!
@liz.1328
@liz.1328 8 ай бұрын
Great tutorial!
@kavipritha9669
@kavipritha9669 3 ай бұрын
Thank u for helping me figure out things with git vs22.❤
@komando005
@komando005 9 ай бұрын
Bro you are a true legend ❤
@user-mo_men_k7
@user-mo_men_k7 9 ай бұрын
bro thank you a lot 💯❤
@ovilalta
@ovilalta Жыл бұрын
Mil gracias!!!! Excelente explicación
@P0K0
@P0K0 Жыл бұрын
This is helpful , keep it up 🔥
@JamesGrieco
@JamesGrieco 2 жыл бұрын
Thank you for the tutorial.
@samirfighter1213
@samirfighter1213 Жыл бұрын
Thnx for this tutorial
@antonmariadas7747
@antonmariadas7747 2 жыл бұрын
Top. Merci Pat.
@valijoneshniyazov2553
@valijoneshniyazov2553 2 жыл бұрын
Really liked this video or after so many tutorials at this point I understand git Just kidding. Neither too deep nor very high level. this one is perfect!
@jjque322
@jjque322 Жыл бұрын
Excellent!!!!
@wolfgang999
@wolfgang999 Жыл бұрын
nice , thank you very much man :D
@kvelez
@kvelez 23 күн бұрын
Excellent.
@shivakumar7578
@shivakumar7578 2 жыл бұрын
very informative video. Thank you
@harikrishnank3945
@harikrishnank3945 Жыл бұрын
TNice tutorialS IS WHAT I NEEDED BRO, thank you for taking the ti and doing tNice tutorials for most of that are starting with tNice tutorials beautiful tNice tutorialng called
@crazyvideogames101
@crazyvideogames101 2 жыл бұрын
Thanks very helpful video
@KingKrubba
@KingKrubba Ай бұрын
fantastic video
@firasnizam
@firasnizam 2 жыл бұрын
thanks for great video
@TixonLucojanov
@TixonLucojanov Жыл бұрын
Thanks! 👍from Russia!
@CarrigansGuitarClub
@CarrigansGuitarClub 2 жыл бұрын
Excellent
@Kariim_Atef
@Kariim_Atef 4 ай бұрын
ty
@vigneshwarilango7866
@vigneshwarilango7866 2 жыл бұрын
Good one
@kidoo1567
@kidoo1567 11 ай бұрын
Super
@Szopakleks
@Szopakleks 2 жыл бұрын
will be helpfull
@primavera919
@primavera919 Жыл бұрын
Hello, thanks for sharing. I have no option to merge to master on visual studio 2022, nothing appear when I right-click, please help
@embossCoder
@embossCoder Жыл бұрын
im still have questions. when i modified the branch, before committed it i must make sure my changing code has worked right? i dont know u guys, but i usually run it first and see the result of my changes. the problem is i always get error message. would u guys tell me how to do it, or am i doing it wrong, and i didnt see you run your code after changes. please, help me. thanks
@jamesdaniels6134
@jamesdaniels6134 2 жыл бұрын
When I created/connected to a git repo everything worked (I could do the initial push), but it wouldn't let me add any of my files. I had to into the folder on Windows Explorer, then open my Command Prompt and enter "git add ." (etc) manually. Can anyone tell me what I did wrong or how to fix?
@bryankelly3002
@bryankelly3002 Жыл бұрын
At time 2:20, or about, the video starts with creating a new branch. But I don't yet have anything loaded into Git. And, why is the screen a black background? None of my versions of VS have had black backgrounds. It is quite difficult to view.
@ThorStore
@ThorStore Жыл бұрын
How do I add an existing solution to the git repository??
@Usammityduzntafraidofanythin
@Usammityduzntafraidofanythin 2 жыл бұрын
Do you have to 'commit all' when committing changes? Is there a way to commit only one or select number of files?
@TechWithPat
@TechWithPat 2 жыл бұрын
No, you don't have to. In the Git changes window, you can stage a file with the + (plus) button, to commit all staged files, you click on the "Commit staged" button.
@iCore7Gaming
@iCore7Gaming Жыл бұрын
Why do i not have the Git menu in VS 2022??
@jamesscott6864
@jamesscott6864 2 жыл бұрын
Hi, how can i undo a revert ?
@primavera919
@primavera919 Жыл бұрын
I am still confused about what is "stage"? How does that translates to Git commands?
@Kariim_Atef
@Kariim_Atef 4 ай бұрын
gl
@primavera919
@primavera919 Жыл бұрын
The right click on the items in "Manage Branches" does not work, it doesn't show the option to merge branches.
@mohanaPriya-wr1lf
@mohanaPriya-wr1lf Жыл бұрын
Clicking on create repository in VS2022 doesn't show up the dialogue box😢
@wonkanese
@wonkanese 11 ай бұрын
my git doesnt detect changes to my code
@devidsuu
@devidsuu Жыл бұрын
I think i just merged local branch into dev, lets see what happens
@Kariim_Atef
@Kariim_Atef 4 ай бұрын
ku
How to use Github with Visual Studio 2022
23:46
Programming w/ Professor Sluiter
Рет қаралды 151 М.
Learn the new Git User experience in Visual Studio 2019
35:34
Bill Raymond
Рет қаралды 107 М.
Dynamic #gadgets for math genius! #maths
00:29
FLIP FLOP Hacks
Рет қаралды 19 МЛН
CAN YOU HELP ME? (ROAD TO 100 MLN!) #shorts
00:26
PANDA BOI
Рет қаралды 36 МЛН
CI CD наглядные примеры
22:08
Ulbi TV
Рет қаралды 268 М.
GIT and Visual Studio  with Azure DevOps Repos - Step by Step
35:22
Patrick WashingtonDC
Рет қаралды 74 М.
Using Git & GitHub in VSCode: Stage, Commit, and Push
14:51
Max on Tech
Рет қаралды 21 М.
How GIT works under the HOOD?
16:01
Tech With Nikola
Рет қаралды 185 М.
Learn the new GitHub user experience in Visual Studio 2019
38:44
Bill Raymond
Рет қаралды 22 М.
Rust's Alien Data Types 👽 Box, Rc, Arc
11:54
Code to the Moon
Рет қаралды 132 М.
Dynamic #gadgets for math genius! #maths
00:29
FLIP FLOP Hacks
Рет қаралды 19 МЛН