Page 1 of 1

Excellent Low Level Git Talk

Posted: Wed Jan 02, 2013 8:06 pm
by dandymcgee

Re: Excellent Low Level Git Talk

Posted: Fri Jan 04, 2013 11:27 am
by Falco Girgis
I need to find the time to watch this... I use GIT like a moron, honestly. I know commit, push, and pull.

Every once and again, I get really adventurous and branch the bitch. :)

Re: Excellent Low Level Git Talk

Posted: Mon Jan 07, 2013 3:33 pm
by eatcomics
Falco Girgis wrote:I need to find the time to watch this... I use GIT like a moron, honestly. I know commit, push, and pull.

Every once and again, I get really adventurous and branch the bitch. :)
I feel you brother

Re: Excellent Low Level Git Talk

Posted: Mon Jan 07, 2013 7:39 pm
by dandymcgee
Falco Girgis wrote:I need to find the time to watch this... I use GIT like a moron, honestly. I know commit, push, and pull.

Every once and again, I get really adventurous and branch the bitch. :)
You're missing out on soo much. Ever heard of git-bisect?

Re: Excellent Low Level Git Talk

Posted: Tue Jan 08, 2013 12:05 pm
by bbguimaraes
dandymcgee wrote:
Falco Girgis wrote:I need to find the time to watch this... I use GIT like a moron, honestly. I know commit, push, and pull.

Every once and again, I get really adventurous and branch the bitch. :)
You're missing out on soo much. Ever heard of git-bisect?
True. But I have a feeling the command the ES team would use the most is git blame ;)

Re: Excellent Low Level Git Talk

Posted: Tue Jan 08, 2013 2:03 pm
by eatcomics
bbguimaraes wrote:
dandymcgee wrote:
Falco Girgis wrote:I need to find the time to watch this... I use GIT like a moron, honestly. I know commit, push, and pull.

Every once and again, I get really adventurous and branch the bitch. :)
You're missing out on soo much. Ever heard of git-bisect?
True. But I have a feeling the command the ES team would use the most is git blame ;)
I found this hilarious. Internet respect to you my friend.

Re: Excellent Low Level Git Talk

Posted: Wed Jan 09, 2013 12:42 pm
by dandymcgee
bbguimaraes wrote:True. But I have a feeling the command the ES team would use the most is git blame ;)
I disagree. Why would Falco blame himself? His is the lone hand that gets shit done in the code base.

Re: Excellent Low Level Git Talk

Posted: Wed Jan 09, 2013 3:02 pm
by MarauderIIC
You know, every time somebody posts a video, I pretty much ignore it. I'd read a transcript, but I hardly ever watch any youtube videos, ever. My loss, I suppose.

Re: Excellent Low Level Git Talk

Posted: Wed Jan 09, 2013 5:43 pm
by dandymcgee
MarauderIIC wrote:You know, every time somebody posts a video, I pretty much ignore it. I'd read a transcript, but I hardly ever watch any youtube videos, ever. My loss, I suppose.
A transcript of this video would be entirely useless. It's very demonstrative and interactive with the console. Your loss, indeed.

Re: Excellent Low Level Git Talk

Posted: Mon Jan 21, 2013 11:46 pm
by MarauderIIC
I'd even take exercises with a transcript. Videos are too slow; have to sift through noise to get to relevant signal, etc

Re: Excellent Low Level Git Talk

Posted: Fri Jan 25, 2013 2:53 pm
by TheBuzzSaw
Watched the whole thing. Absolutely genius. The core of git is shockingly simple. That sets a good foundation for advanced features in the future. This shifts the pressure away from data complexity and keeps it nicely in algorithmic complexity.

Git is too good. :worship: