Intermediate GitHub Tutorial

  Рет қаралды 31,166

Tech With Tim

Tech With Tim

Күн бұрын

In this video, I’ve teamed up with Microsoft Canada to show how you can use intermediate Git/GitHub features for software development. Specifically, I discuss commands relating avoiding conflicts, fixing mistakes, rebasing vs merging, creating pull requests and using more advanced commands like git cherry-pick and git reset. Special thanks to Microsoft Canada for sponsoring and collaborating on this video!
💻 Register for my Microsoft Developer Digital Meetup Tour webinar on May 9th , 2023, where we’ll discuss advanced developer workflows and you can learn more about VSCode, Git, Github and more!
Git & GitHub For Beginners: • Git Tutorial for Begin...
⭐️ Timestamps ⭐️
00:00 | Intermediate GitHub
01:12 | PRs and Contributions
12:52 | Resolving Conflicts
22:26 | Rebase vs Merge
31:17 | Modifying Existing Remote Branches
35:31 | Cherry Pick and Reset
40:50 | Webinar
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
👕 Merchandise: teespring.com/stores/tech-wit...
📸 Instagram: / tech_with_tim
📱 Twitter: / techwithtimm
⭐ Discord: / discord
📝 LinkedIn: / tim-ruscica-82631b179
🌎 Website: techwithtim.net
📂 GitHub: github.com/techwithtim
🔊 Podcast: anchor.fm/tech-with-tim
🎬 My KZbin Gear: www.techwithtim.net/gear/
💵 One-Time Donations: www.paypal.com/donate?hosted_...
💰 Patreon: / techwithtim
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
⭐️ Tags ⭐️
- Tech With Tim
- GitHub
- Intermediate Coding
⭐️ Hashtags ⭐️
#sponsored #techwithtim #github #githubactions #githubtutorial

Пікірлер: 36
@usamashami11
@usamashami11 Жыл бұрын
Your videos are always on time :') I needed to get good grip of Git and Github :)
@tibzdankan
@tibzdankan Жыл бұрын
This is video I have looking for!!! Thanks Tim🙏🙏🙏
@yassinegalbi3322
@yassinegalbi3322 10 ай бұрын
Well explained , thank you bro !
@KayderimGameplays
@KayderimGameplays Жыл бұрын
Thanks a lot Tim
@emman100
@emman100 Жыл бұрын
Great video. Forgot to mention git switch or git tag. Also git rebase can be used for a whole lot more but I guess not when working on a public repo. Overall great video. Thanks. 👍
@paulthomas1052
@paulthomas1052 Жыл бұрын
Thanks - really useful video. 👌
@whonayem01
@whonayem01 Жыл бұрын
Thanks, Tim.
@gustavojuantorena
@gustavojuantorena Жыл бұрын
Well explained video
@bevis2k4
@bevis2k4 Жыл бұрын
very nice and easy to understand
@DJRanoia
@DJRanoia Жыл бұрын
Could you cover fast forward vs no fast forward as well and how it relates to merge and main?
@bahibrahim101
@bahibrahim101 5 ай бұрын
Thanks
@Eswar.
@Eswar. Жыл бұрын
Hey Tim please do more videos on computer vision
@farzadmf
@farzadmf Жыл бұрын
Worth noting that the "new" (been a while acutally) to switch (and maybe create) branches is to use `git swich`
@btspro2394
@btspro2394 Жыл бұрын
Please help me how to run the program in python text
@jfsaraceno9265
@jfsaraceno9265 Жыл бұрын
Bam!
@ApexGaara
@ApexGaara Жыл бұрын
Would like a Video like this about ci/cd in github action
@Ismail_Dagli
@Ismail_Dagli Жыл бұрын
Best timing as if you knew it 🙂
@fatimahmath4819
@fatimahmath4819 Жыл бұрын
Nice
@aram5642
@aram5642 3 ай бұрын
Merge, by preserving the commits, also preserves the conversations and annotations in a PR, which may be important during the lifetime of a PR. Your collaborators will be able to see what you have solved between commits in response to their comments. Unfortunately git rebase does not provide it. But at the end of a feature branch work and solving all comments, it might be actually beneficial to rebase the branch, as the merge commit might become a large one over time. When working on a shared branch, one might also want to use git pull --rebase, a very useful command
@ajp2206
@ajp2206 Жыл бұрын
Any Comments on gpt 4 and chatgpt plugins?
@parkerwarner8688
@parkerwarner8688 Жыл бұрын
Use this button to like for more intermediate content🤝
@vigneshpadmanabhan
@vigneshpadmanabhan 6 ай бұрын
I have encountered a situation where I was working on a feature branch locally. When I checked out to the main branch and ran 'git status', it showed changes from my feature branch. I tried to do 'git pull' on main but it failed because there were uncommitted changes. Somehow the changes I made in my feature branch also existed in main. How can I resolve this situation where changes from my feature branch are appearing in main after checking out, even though I haven't merged the branches? Additionally, I've also faced a situation where running 'git status' shows the same file appearing as both staged and unstaged changes. There were 60+ files that were identical in both staged and unstaged sections. I'm unsure how to determine if the staged version is updated compared to the unstaged one, especially if an automated tool staged the changes as I worked. How should I approach understanding which version of those duplicate files is correct in cases where 'git status' shows the same file as both staged and unstaged with many duplicates?
@mrblawblawblaw2335
@mrblawblawblaw2335 Жыл бұрын
Can I get beginner video link from anyone on this channel
@mirshodoripov1035
@mirshodoripov1035 Жыл бұрын
just search from the pleylist of this channel
@mrblawblawblaw2335
@mrblawblawblaw2335 Жыл бұрын
@@mirshodoripov1035 ok
@pabloqp7929
@pabloqp7929 Жыл бұрын
Why do you code on Windows? WSL is stronk
@kulture1758
@kulture1758 Жыл бұрын
First comment🎉
@Boss-ks8vt
@Boss-ks8vt Жыл бұрын
First commit🎉
@Ismail_Dagli
@Ismail_Dagli Жыл бұрын
​@@Boss-ks8vt That's a good one! 😂
@itzAustin-qr8zx
@itzAustin-qr8zx Жыл бұрын
I'm the only who has learnt python but still can't build any thing Please any one who has suggestion should help me I have the ideas I just don't know how to build it
@ayoubMazouz
@ayoubMazouz Жыл бұрын
keep watching tutorials it will click at some point, I've been there.
@waffles6555
@waffles6555 Жыл бұрын
Pseudocode on paper 😊
@RakibHossain-ez8sk
@RakibHossain-ez8sk Жыл бұрын
please someone stop the background music
@tapiwamotsi1424
@tapiwamotsi1424 Жыл бұрын
Bring back tim without beard😢
@sykes257
@sykes257 Жыл бұрын
Thanks
Git Tutorial for Beginners - Git & GitHub Fundamentals In Depth
43:06
Tech With Tim
Рет қаралды 813 М.
GitHub Actions (Branch Protection, Automated Testing) - Full Tutorial
29:56
Kitten has a slime in her diaper?! 🙀 #cat #kitten #cute
00:28
Don’t take steroids ! 🙏🙏
00:16
Tibo InShape
Рет қаралды 15 МЛН
原来小女孩在求救#海贼王  #路飞
00:32
路飞与唐舞桐
Рет қаралды 41 МЛН
Barriga de grávida aconchegante? 🤔💡
00:10
Polar em português
Рет қаралды 26 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1 МЛН
Learn Github - Using ONLY Your Local Filesystem
4:54
Ray Chavez
Рет қаралды 148
Has Generative AI Already Peaked? - Computerphile
12:48
Computerphile
Рет қаралды 233 М.
13 Advanced (but useful) Git Techniques and Shortcuts
8:07
Fireship
Рет қаралды 878 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 964 М.
Introduction to Machine Learning
14:30
Tech With Tim
Рет қаралды 43 М.
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
23:30
Skill Foundry
Рет қаралды 45 М.
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 370 М.
Kitten has a slime in her diaper?! 🙀 #cat #kitten #cute
00:28