PyCharm Version Control w/ Git & GitHub | Basics in 12 Minutes | Updated 2024

  Рет қаралды 56,268

Max on Tech

Max on Tech

Күн бұрын

Learn the basics of PyCharm Version Control with Git & GitHub in 12 minutes!
⭐ Install PyCharm and Python: • Install PyCharm & Pyth...
🔍 PyCharm Tutorial Playlist: • PyCharm Tutorials
⌚ Timestamps ⌚
00:00 | Introduction
00:40 | Local History
01:20 | Create a local Git Repository
03:05 | Version Control Color Coding
05:18 | Git Repository in Detail
05:53 | Rollback, Commit, Branches
07:30 | Remote Repository (GitHub)
08:08 | Add GitHub to PyCharm
09:05 | Share Project on GitHub
10:12 | Share Project on GitHub
🌟 Please leave a LIKE and SUBSCRIBE for more! 🌟
◾◾◾◾◾ PyCharm Tutorials ◾◾◾◾◾
🐍 Install PyCharm & Python: • Install PyCharm & Pyth...
🐛 PyCharm Debug: • PyCharm Debug Tutorial...
💿 PyCharm Basics in 10 Min.: • PyCharm Tutorial | Int...
◾◾◾◾◾ Learn Python ◾◾◾◾◾
🙂 Pygame Basics Series: • Pygame Tutorial - Intr...
🤖 Python A.I. Series: • Chrome Dinosaur | Pyth...
◾◾◾◾◾ 🌎 Let's Connect! ◾◾◾◾◾
🐦 Twitter (X): 🔗 / @max_on_tech
📂 GitHub: 🔗 github.com/maxontech
🔊 Discord: 🔗 / discord
🏹 ProductHunt: 🔗 www.producthunt.com/@m4x
✅ Blog: 🔗 maxontech.io/courses

Пікірлер: 102
@sufiyan2920
@sufiyan2920 7 ай бұрын
I completely forgot about pycharms local history and I was just sad about losing my work lol. First min of the video saved my ass.
@MaxOnTech
@MaxOnTech 7 ай бұрын
Glad that I could save it :D
@hersheylearns
@hersheylearns Жыл бұрын
ay bro, I went above and beyond to solve my github problem, I was missing just one step, Thanks a bunch. Keep making cool videos
@MaxOnTech
@MaxOnTech Жыл бұрын
Awesome! Glad it helped :)
@NickWindham
@NickWindham Жыл бұрын
Local history is exactly what I needed. Thanks!
@MaxOnTech
@MaxOnTech Жыл бұрын
Glad to help!
@lmeow61
@lmeow61 Жыл бұрын
By far the best video I have seen on this topic, thanks a lot mate
@MaxOnTech
@MaxOnTech Жыл бұрын
Hi Clot, Glad it helped
@oscr_zen
@oscr_zen Жыл бұрын
for some reason every other tutorial was pissing me off now this one right here! it's a gem. big thanks sir
@MaxOnTech
@MaxOnTech Жыл бұрын
Awesome, thanks ravecoin!
@nikosmichos124
@nikosmichos124 2 ай бұрын
By far the the best video for a beginner like me! Thanks a lot!
@MaxOnTech
@MaxOnTech 2 ай бұрын
hey :) awesome. Thanks!
@chrisavbenake9313
@chrisavbenake9313 Жыл бұрын
This video has been a big help to me compared to others i have been watching
@MaxOnTech
@MaxOnTech Жыл бұрын
awesome! glad it helped!
@DigiacomoDave
@DigiacomoDave 7 ай бұрын
Very Good Video! Clear, concise and to the point with a practical example! Thanks!
@MaxOnTech
@MaxOnTech 7 ай бұрын
Always nice to see that these videos help people out there :DD
@DigiacomoDave
@DigiacomoDave 7 ай бұрын
@@MaxOnTech It Really did... I managed to get my Github created and all my scripts successfully sync'd between my Computers and Github. It's definitely going to be a game changer for me. Thanks Again
@newyuqa4454
@newyuqa4454 3 ай бұрын
A to-the-point video, very helpful!
@MaxOnTech
@MaxOnTech 3 ай бұрын
thanks! glad this video still helps ppl out there :)
@PapadopoulosSotiris
@PapadopoulosSotiris 2 ай бұрын
Thansk a lo , i t hink you should also cover what to do to stay up-to-date when collaborating with other members n a project, like pull first before commitinbg to see changes !!
@geo047047
@geo047047 Жыл бұрын
Excellent video. Perfect length. I gave this vid a like.
@MaxOnTech
@MaxOnTech Жыл бұрын
Much appreciated!
@glendubie
@glendubie 2 жыл бұрын
Thanks for your tutorials they are very helpful and I really appreciate it.
@MaxOnTech
@MaxOnTech 2 жыл бұрын
glad they help!
@sreedevirepudi
@sreedevirepudi Жыл бұрын
Highly helpful, concise 'n clear
@MaxOnTech
@MaxOnTech Жыл бұрын
thanks sreedevi!
@kumkumbhati8504
@kumkumbhati8504 Ай бұрын
Thank you so much it is one of the best videos I can find. short yet cover all the doubt of a new be like me.👍👍👍
@MaxOnTech
@MaxOnTech Ай бұрын
that's awesome :)
@IroshanaRavishan
@IroshanaRavishan 8 ай бұрын
Really Helpful. Recommend for the beginners!
@MaxOnTech
@MaxOnTech 8 ай бұрын
Glad it was helpful!
@kevon217
@kevon217 Жыл бұрын
Making switch to pycharm from spyder. This is super helpful, thanks!
@MaxOnTech
@MaxOnTech Жыл бұрын
Great to hear!
@emelyumer
@emelyumer Жыл бұрын
Thank you very much! I have been trying all day to connect GitHub and PyCharm and thanks to this video I succeeded.
@MaxOnTech
@MaxOnTech Жыл бұрын
Hey Emel, thanks! Glad that this video helped!
@ecommercewithjay8857
@ecommercewithjay8857 10 ай бұрын
great tutoral. I was using pycharm on mac os. Everything worked as you stated; however, towards end of the video I never had to switch to remote master branch when creating a commit and pushing it to my github repo.
@MaxOnTech
@MaxOnTech 10 ай бұрын
hey :) so when you push, you always push to a remote repository, e.g. github, but when you commit, the changes go to your local repo. Usually you need to add a github account before pushing. Perhaps you already had that set up.
@maria-zq1vw
@maria-zq1vw 4 күн бұрын
So I want to remove Version Control from my project but I dont have an option in Git to disable it to none. What do I do?
@davidrjose
@davidrjose Жыл бұрын
Awesome video! Thank you!
@MaxOnTech
@MaxOnTech Жыл бұрын
Hi David, thanks!!
@TK-ix3jk
@TK-ix3jk Ай бұрын
Awesome video! Very informative.
@MaxOnTech
@MaxOnTech Ай бұрын
Thank you! glad it helped :))
@colimano6579
@colimano6579 6 ай бұрын
Excellent, thank you for your contribution, it has been a great help!!
@MaxOnTech
@MaxOnTech 6 ай бұрын
Hey, glad it helped :)
@RamirezAcevedoMau
@RamirezAcevedoMau 2 жыл бұрын
awesome tutorial mate, thanks a lot
@MaxOnTech
@MaxOnTech 2 жыл бұрын
Glad it helped
@naderbazyari2
@naderbazyari2 11 ай бұрын
awesome video. Saved me a lot of time. Many thanks man.
@MaxOnTech
@MaxOnTech 11 ай бұрын
Glad to hear it!
@luismanzano7355
@luismanzano7355 4 ай бұрын
good video greetings from Chile
@MaxOnTech
@MaxOnTech 4 ай бұрын
Hey Luis, thanks! :)
@parham6676
@parham6676 Жыл бұрын
man thank you so much this really helps
@MaxOnTech
@MaxOnTech Жыл бұрын
Awesome, glad it helps!
@knoxio5744
@knoxio5744 9 ай бұрын
Great Video, thank you
@MaxOnTech
@MaxOnTech 9 ай бұрын
Glad you liked it!
@femi_danjuma
@femi_danjuma 9 ай бұрын
What about cloning from an existing remote repository into my local machine?
@MFM88832
@MFM88832 Жыл бұрын
After following all your steps up till minute 2:17, I don't see .git folder when I click explore. The menus and everything else are a bit different possibly due to being 2023 version? Please advice.
@angelgigov89
@angelgigov89 10 ай бұрын
I like the video, well and easy explained
@MaxOnTech
@MaxOnTech 10 ай бұрын
hi, awesome. Glad it helped!
@refaelnesterov6547
@refaelnesterov6547 Жыл бұрын
what if my friend made a project in git and i want to use this on his project so i'd be able to pull, push (etc) on his project?
@georgitsirov7590
@georgitsirov7590 2 жыл бұрын
Great tutorial, thanks for sharing! I want to use Git to work on my own project but from separate machines, I guess that falls under the team collaboration area (be it I am a team of two apparently :D). Does that mean every time I want to make changes to my code from different machines I have to first branch from the remote and then commit and push back when finished?
@MaxOnTech
@MaxOnTech 2 жыл бұрын
Hi georgi :) yes, creating beanches and merging them into the main project makes most sense.
@robom85
@robom85 4 ай бұрын
thanks, great video, very helpful. Can you make a video about merging, branches, etc..
@MaxOnTech
@MaxOnTech 3 ай бұрын
yes, i think i have a few videos on these topics on my channel already. Might make more :))
@SuperKevinFS
@SuperKevinFS Жыл бұрын
Great video mate thans a lot
@MaxOnTech
@MaxOnTech Жыл бұрын
hi kevin, glad it helped!
@user-hk1bp6ud2k
@user-hk1bp6ud2k 8 ай бұрын
how do we commit messages that can be seen on github? I tried to commit the change but I dont see the messages I have written on github
@michaelbara6829
@michaelbara6829 Жыл бұрын
I was able to follow along with all the steps. Great video! Sometimes the interface looked quite different on the latest version, but I could find the same commands in the new interface. Any plans to redo this on the latest version?
@MaxOnTech
@MaxOnTech Жыл бұрын
Glad it helped! I think there's more value in publishing on new topics rater than redoing old topics
@RahulJadhav-fe6ry
@RahulJadhav-fe6ry Жыл бұрын
nice information bro keep it up✌
@MaxOnTech
@MaxOnTech Жыл бұрын
thanks! will do
@BestDjangoDeveloper
@BestDjangoDeveloper Жыл бұрын
for this tutorial video I am going to subscribe you.
@MaxOnTech
@MaxOnTech 8 ай бұрын
awesome!
@gmnayeem2291
@gmnayeem2291 Жыл бұрын
Great video
@MaxOnTech
@MaxOnTech Жыл бұрын
Glad you enjoyed it
@kaustubhajgaonkar932
@kaustubhajgaonkar932 Жыл бұрын
Amazing videos
@MaxOnTech
@MaxOnTech Жыл бұрын
thanks!!
@arpitgaur4310
@arpitgaur4310 2 ай бұрын
Hey max Can you also do the effort to make one on Git with a Django Project in Pycharm
@theoryandapplication7197
@theoryandapplication7197 2 ай бұрын
thank you
@MaxOnTech
@MaxOnTech 2 ай бұрын
Welcome!
@iftekharrahi126
@iftekharrahi126 Жыл бұрын
Thanks a lot .
@MaxOnTech
@MaxOnTech Жыл бұрын
welcome!
@ffqw4576
@ffqw4576 Жыл бұрын
thank you so much
@MaxOnTech
@MaxOnTech Жыл бұрын
Welcome 😊
@charlesglah5267
@charlesglah5267 4 ай бұрын
this fails for me. is it the same process if you have github repos set up in a company?
@Kislashe
@Kislashe 6 ай бұрын
Thanks
@MaxOnTech
@MaxOnTech 6 ай бұрын
Welcome!
@arpitgaur4310
@arpitgaur4310 2 ай бұрын
I became a fan after watching Virtual Environments video
@MaxOnTech
@MaxOnTech 2 ай бұрын
hey! awesome, its cool that these videos still help people out there :D
@gregdvorkin
@gregdvorkin Жыл бұрын
Can you do the tutorial focused on this scenario: There is an existing Github repository. I want to clone it and bring it as local PyCharm project, then work on that project and then "upload it back". Should it update it locally with another branch? Etc.
@MaxOnTech
@MaxOnTech Жыл бұрын
Hi Greg, if I make a follow up video on this topic, I'll try to include this scenario.
@gregdvorkin
@gregdvorkin Жыл бұрын
@@MaxOnTech 👍Thank you. Sometimes I want to continue at home the work I was doing in the office and do not login to office computer remotely. E.g. when I am out sick.
@SuperKevinFS
@SuperKevinFS Жыл бұрын
How do you get the git icons
@MaxOnTech
@MaxOnTech Жыл бұрын
You need to connect to a vcs (version control system ) such as github. Within the first few minutes of the video I go into detail on this. If you're having trouble you can post the question and screenshots into my discord. Link is in the description.
@cuber64
@cuber64 Жыл бұрын
What's the difference between commit and commit and push?
@MaxOnTech
@MaxOnTech Жыл бұрын
Hey, so, git commit saves repository changes on local but not remote repository. Contrarily, Git push then updates your git commit changes and sends it to remote repository
@emelyumer
@emelyumer Жыл бұрын
Do you have a video how to clone repository directly to pycharm? The opposite way
@MaxOnTech
@MaxOnTech Жыл бұрын
I'm currently working on it - many people have an issue with this. Will release by Saturday. :)
@emelyumer
@emelyumer Жыл бұрын
@@MaxOnTech Thank you I look forward to it
@MaxOnTech
@MaxOnTech Жыл бұрын
voila: kzbin.info/www/bejne/mXLRiJSwpJqjfLc
@GautamKumar-dw1gw
@GautamKumar-dw1gw Жыл бұрын
Why not through terminal?
@MaxOnTech
@MaxOnTech Жыл бұрын
Also possible
@user-dx4yr3fn5r
@user-dx4yr3fn5r Жыл бұрын
Thanks a lot
@MaxOnTech
@MaxOnTech Жыл бұрын
Most welcome
PyCharm Debug Tutorial | How to Debug Code in PyCharm!
14:59
Max on Tech
Рет қаралды 58 М.
Git Tutorial for Beginners - Git & GitHub Fundamentals In Depth
43:06
Tech With Tim
Рет қаралды 825 М.
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 61 МЛН
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 8 МЛН
10 PyCharm Tips To Code FASTER! 🚀🚀🚀
9:33
Patrick Loeber
Рет қаралды 54 М.
Everything You'll Need to Know About Git with ThePrimeagen | Preview
14:43
Git mit GitHub und PyCharm | Schritt für Schritt
19:04
Ingo Janssen
Рет қаралды 4,3 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Рет қаралды 162 М.
PyCharm Tutorial | Introduction to PyCharm | Basics in 10 Minutes
10:00
GitHub Copilot in PyCharm: Top 10 Features Explained
7:43
Max on Tech
Рет қаралды 3,5 М.