A Git Tutorial Based On Examples (Code Along!)

A Git Tutorial Based On Examples (Code Along!)

Mr. P Solver

2 года назад

14,520 Просмотров

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


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

@F0rCe77
@F0rCe77 - 07.01.2024 16:33

That was so good man!

Ответить
@rodrigocueto9427
@rodrigocueto9427 - 27.10.2023 08:38

I like branches 🐦

Ответить
@jimc705
@jimc705 - 21.09.2023 08:01

Can’t say how valuable this is, you have the gift to teach people

Ответить
@revolution77N
@revolution77N - 22.07.2023 10:27

Man you are such a great guy! I'm so grateful!!

Ответить
@maksudulhossainjewel378
@maksudulhossainjewel378 - 09.04.2023 08:11

Awesome tutorial as always. The multi-user simulation is really helpful. A part 0 would be much appreciated where you explain the git terms with some drawings maybe, that way we can relate more

Ответить
@moody_moon_coder
@moody_moon_coder - 07.03.2023 08:30

Great video Mr.P Solver, thanks.

Ответить
@mrsmokpiano
@mrsmokpiano - 02.01.2023 10:18

The last 8 mins part is very tricky for me, but in general, it's a very good guide for beginners. Thank you!

Ответить
@szilardfineascovasa6144
@szilardfineascovasa6144 - 29.11.2022 03:20

This is the first non-Billy video I watch on your channel (excellent so far, btw), and I keep expecting Shregory to pop up any moment (needless to say, with a snarky comment and accompanied by dramatic sound effects).

Ответить
@nothingisreal6345
@nothingisreal6345 - 06.11.2022 13:58

@Mr. P Solver: no offense - but you kind of stare into that camera - and that is you stare at the viewers. Also with a kind of serious facial expression. Nothing wrong with that. And thanks for the great content. But for the success of your channel a little more smiling and less staring would be beneficial. People just can't help their feelings. And when being stared at with a serious face most people feel scared.

Ответить
@I_Unintentionally_Morph
@I_Unintentionally_Morph - 23.09.2022 20:12

Bro I appreciate you to be fucking honest

Ответить
@aafrophonee
@aafrophonee - 03.09.2022 21:34

I discovered your channel about a week ago, and I've watched so many of your videos since then. I'm a PhD student in experimental condensed matter physics who's now trying to learn how to do stuff with Python other than plotting figures and curve fitting. Your videos have been super helpful, thanks!

Ответить
@zaid_uiuc
@zaid_uiuc - 27.06.2022 03:16

Thanks a lot for the tutorial. Highly appreciate it!!

Ответить
@holyage3128
@holyage3128 - 03.06.2022 09:35

Local Repositories
// commit with bunch of files
// revert to the past commit which has different quantity of files than last commit
// create branch there (git switch -c newBranch)
// switch between branches to see the difference of their last commits

// create a separate branch (myWork) from the master and switch to it
// create a new file and commit it
// switch among branches
// merge master with a last branch

// commit new file to the master
// switch to the branch myWork and see there's no newly created and commited file that was on the master
// create a file in myWork branch and commit it
// switch to the master branch and merge it with myWork
// verify master has access and see the last created file on myWork branch

Ответить
@rahulagarwal2555
@rahulagarwal2555 - 30.05.2022 05:47

Hi!
In one of your videos regarding solving of Schrodinger equation, I am trying to obtain the group and phase velocity numerically in Python. Can you help with this?

Ответить
@Oceansteve
@Oceansteve - 29.05.2022 10:01

helpful video answering a few questions I had and a few I didn't know I should have been asking also.

Ответить
@harp-692
@harp-692 - 22.05.2022 00:55

how can I concentrate if you look like that

Ответить
@liboyan7010
@liboyan7010 - 20.05.2022 14:52

Very good Git Tutorial!!!!!

Ответить
@tiberioborgesvale3213
@tiberioborgesvale3213 - 18.05.2022 22:12

Excellent video! Better than many of other tutotials

Ответить
@richinex
@richinex - 17.05.2022 13:25

You make learning fun

Ответить
@zandralover1234
@zandralover1234 - 17.05.2022 08:18

A really useful video would be to show everything you need for linear algebra using python… using rref and dealing with matrices is essential for getting thru that class and I used MATLAB, it would be nice to do it in a free program like python.

Ответить
@mariomuysensual
@mariomuysensual - 16.05.2022 20:28

I aspire to be someday like you, smart, excellent communication skills, handsome

Ответить
@mariomuysensual
@mariomuysensual - 16.05.2022 20:27

damn P solver, once again saving my projects!

Ответить
@jaimesanchomolero6036
@jaimesanchomolero6036 - 16.05.2022 20:26

You have incredible communication skills. You make me to keep watching! Because lets be honest, Git is usefull, but not fun to learn.
Keep up the Good work!

Pd: you should make optcis interference simulations, they are pretty fun (coherencr ilumintion, incoherence ilumination, complex degree of coherencr, Young, etc)

Ответить
@sinecurve9999
@sinecurve9999 - 16.05.2022 19:59

What a great idea! Cheers!

Ответить
@michaelboehme7964
@michaelboehme7964 - 16.05.2022 16:34

I can't tell you how much I wish I had these videos when I was in undergrad. Your tutorials are more valuable than a lot of the classes I took

Ответить