You are a teacher. This is the best git explanation have seen so far.
@itsthatladydev3 ай бұрын
Im so glad it's helpful!
@kate-pt2ny4 ай бұрын
Thanks, clear and straightforward
@DeograciaswampoyiOleko3 ай бұрын
perfect and straightforward
@the_alquemist1014 ай бұрын
I love this series, clear and straightforward
@edwinlloydniiodarteyevans6382Ай бұрын
Thank you so much for this video! Please help clarify my understanding of the relationship between "git commit -m update app name" and "git checkout -b update-name" In my understanding, "git checkout -b update-name" was you creating a new branch. However, after the changes were made and you used "git commit -m update app name" to commit. I thought we were going to use "git commit "update-name" as the command to push. What am I missing? Thank you in advance
@Gnajs2 ай бұрын
Cool video, but I think it would be helpful to highlight the buttons/commands when you are talking about them. Also, which terminal/theme are you using? - looks nice.
@alexpulido2431Ай бұрын
can you change your local "main" files and push a copy without a "branch" ?
@EmilJohansson-v6t3 ай бұрын
Wonderful walkthrough to get going with git! How do one get the same skin for the terminal that you use that shows the current brach?
@alexpulido2431Ай бұрын
what happens with your local branch ? can you "push/pull" branch locally into your "main" ?
@wasiusulaimon11474 ай бұрын
Excellent.
@cd_.Thamarai16 күн бұрын
Which type of terminal using is very nice theme name terminal
@doriomer4 ай бұрын
Thank you for explanation - very usefull. i use github only with master branch because i work alone on my stuff. One thing isn't so clear to me after watching this vid about deleting a brach: Do we have to delete it twice? first delete on my local repo and second on the github website (is it remote? or is it the master branch) this is confusing... maybe because english not my mother toung? usually i undarstand english very well :)
@itsthatladydev3 ай бұрын
If you are only working on the master/main branch, do. not delete it! It is your only branch. If you create additional branches to do your work, you can delete a branch both locally and remotely (at the same time) using the command mentioned at 14:10 git push --delete origin . This will delete the branch locally and remotely, so you only do it once. Does that clear things up?
@doriomer3 ай бұрын
@@itsthatladydev yes it does, thank you :)
@learnwithkhensani244 ай бұрын
The best 👏👏👏
@mariacristinaarezzi4 ай бұрын
Goodmorning
@linchenpal3 ай бұрын
Gitmorning
@PHOENIXMARIE-t7y3 ай бұрын
"I'd love to know how I can ask Python, HTML, CSS, and JavaScript developers to contribute to my project. Is there a feature on your website that allows for such requests?"
@itsthatladydev2 ай бұрын
what is your project? It could possibly be a candidate for Open Source Fridays