Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4681387yIt’s Friday afternoon...
git add .
git commit -m “I forgot but I did stuff”
git push -f -
kunashe19877y@evilmupp3t If you've got slides & its okay, please share. I've never really thought about my commit process formally.
I'd love to have your thoughts. -
@kunashe sorry, mate! I don't have any slides. But I can recommend a few articles that I used as a base:
Http://nvie.com/posts/...
Outlines (in an easy to understand way) a pretty simple but effective branching model if you work in a team.
As for commit hygiene, Eric merritts post is a good reference : http:///www.ericbmerritt.com/2011/... -
@evilmupp3t yep that git.brancjing article is great - I used it to teach my colleagues in the last company I worked at how git works.
Oh and I can't click the second.link, would you mind posting it again? -
thisdot9837yThe Udacity Nanodegree team asks you to write really good commit messages.
But once I get on a roll, I keep fixing thongs and adding features and a commit is the last thing to do before taking a break. So it usually goes like: "feat: lot of stuff and some fixes"!
Related Rants
-
Mitiko7He wanted a project. I gave him a project. He wanted to collaborate. We did collaborate. He wrote nothing. He ...
-
yellow-dog8Was originally hired for 3 months. Just finished the project 2 weeks ago, after 1.5 years. I fucking hate da...
-
2erXre546In Switzerland/Germany we have an abbreviation TEAM: "Toll Ein Anderer Macht's" which means "Hurray another on...
After giving them a 30min talk about the importance of proper commit hygiene and the dos and donts of git, I proceed to commit changes of different nature in 4 files as a single commit named "did stuff".
I lost all authority on the subject forever.
rant
wk76