My coding skill V/S My GitHub Repositories

2 years ago by hypnotic_nerd to c/programmer_humor

load all comments
cyborganism 34 points 2 years ago

As a side note, I find it incredible how much programmers have such little knowledge of how to use Git properly.

Even the most amazing developers I've worked with found themselves completely unable to manage their repos properly.

path: 0 6692332, hotness: undefined, score: 34, children: 13
backhdlp 54 points 2 years ago

I refuse to believe that anyone other than Linus knows how to use git.

path: 0 6692332 6692433, hotness: undefined, score: 54, children: 11
fidodo 22 points 2 years ago

Git is one of those things that take a bunch of learning to understand but is makes perfect sense once you do. I read like half of the pro git book and after that I was like it's so simple! If course it still requires you to read half a book...

path: 0 6692332 6692433 6693043, hotness: undefined, score: 22, children: 3
cyborganism 16 points 2 years ago

Yes! And the book is free. You can download it in PDF if you want.

For some reason I've always been able to visualize version control systems and workflows pretty well and understand how they work. I used to host a CVS server when I was in college back in 2001 so my teammates and I we could collaborate on our lab projects. Then moved on to Subversion, which I used for a very long time. Then I worked at a small company who used Canonical's Bazaar and finally joined a big corp who used Git.

Throughout the years I simply developed some good practices that I applied to Git and that seemed to be enough. But, I'd occasionally get into this detached head state that I didn't really understand. And this happened often with my teammates at that job. They'd end up with bizarre scenarios. So I started reading the book and experimenting and was soon pretty solid in Git and ended up being the SME on that topic for our team. Everyone would come to me when they got stuck.

I'm still learning new shit about Git even 8 years later lol. But, the step from being a newbie to a normal user is really big.

path: 0 6692332 6692433 6693043 6695538, hotness: undefined, score: 16, children: 2
expr 7 points 2 years ago

I know how to use git. It's not that hard.

path: 0 6692332 6692433 6695768, hotness: undefined, score: 7, children: 1
ArtVandelay 18 points 2 years ago

Hi Linus!

path: 0 6692332 6692433 6695768 6700339, hotness: undefined, score: 18, children: 0
KuroeNekoDemon 3 points 2 years ago

Oh boy are you in for a shock to know that I use git all the time when I want a piece of software that isn’t available in YaST2, Flatpaks or Appimages

path: 0 6692332 6692433 6693378, hotness: undefined, score: 3, children: 4
backhdlp 14 points 2 years ago

I mean understand and know when or how to use every feature and command, I don't mean using git clone https://github.com/foo/bar occasionally.

path: 0 6692332 6692433 6693378 6693851, hotness: undefined, score: 14, children: 0
cyborganism 7 points 2 years ago

Cloning a repo to build the source code isn't even remotely hard.

When you manage the repo of an entire team who work together on different release versions of a product using a very specific workflow with squash commits and cherry-picking? And when team members fuck up the repo's history with a bad git pull/push? Yeah, it gets more complicated.

path: 0 6692332 6692433 6693378 6695571, hotness: undefined, score: 7, children: 2
programmer_humor
programmer_humor

@programming.dev

login for more options
31948
2359
7047

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

go to feed...