Excellent Low Level Git Talk
Moderator: Talkative People
- dandymcgee
- 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
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- Falco Girgis
- 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
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.
Every once and again, I get really adventurous and branch the bitch.
Re: Excellent Low Level Git Talk
I feel you brotherFalco 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.
- dandymcgee
- 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
You're missing out on soo much. Ever heard of git-bisect?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.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- bbguimaraes
- 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
True. But I have a feeling the command the ES team would use the most is git blamedandymcgee wrote:You're missing out on soo much. Ever heard of git-bisect?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.
Re: Excellent Low Level Git Talk
I found this hilarious. Internet respect to you my friend.bbguimaraes wrote:True. But I have a feeling the command the ES team would use the most is git blamedandymcgee wrote:You're missing out on soo much. Ever heard of git-bisect?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.
- dandymcgee
- 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
I disagree. Why would Falco blame himself? His is the lone hand that gets shit done in the code base.bbguimaraes wrote:True. But I have a feeling the command the ES team would use the most is git blame
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Excellent Low Level Git Talk
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.
- dandymcgee
- 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
A transcript of this video would be entirely useless. It's very demonstrative and interactive with the console. Your loss, indeed.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.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Excellent Low Level Git Talk
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.
- TheBuzzSaw
- 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
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.
Git is too good.