Excellent Low Level Git Talk

Random irrelevance that just didn't fit into other forums. Talk about anything.

Moderator: Talkative People

Post Reply
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Excellent Low Level Git Talk

Post by dandymcgee »

Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: Excellent Low Level Git Talk

Post 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. :)
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Excellent Low Level Git Talk

Post 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
Image
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Excellent Low Level Git Talk

Post 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?
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
bbguimaraes
Chaos Rift Junior
Chaos Rift Junior
Posts: 294
Joined: Wed Apr 11, 2012 4:34 pm
Programming Language of Choice: c++
Location: Brazil
Contact:

Re: Excellent Low Level Git Talk

Post 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 ;)
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Excellent Low Level Git Talk

Post 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.
Image
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Excellent Low Level Git Talk

Post 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.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Excellent Low Level Git Talk

Post 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.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Excellent Low Level Git Talk

Post 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.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Excellent Low Level Git Talk

Post 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
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
TheBuzzSaw
Chaos Rift Junior
Chaos Rift Junior
Posts: 310
Joined: Wed Dec 02, 2009 3:55 pm
Current Project: Paroxysm
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Contact:

Re: Excellent Low Level Git Talk

Post 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:
Post Reply