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
-
neeno31724yI'm the exact opposite. I always create a repo on GitHub somewhat early in development. It's not the first thing I do, but after like 2-3 hours working on something I always upload it to GitHub. I do it because I focus on the slim chance of something happening and my data being lost. Highly unlikely, I know, but that "what if" thought keeps me up at night.
-
Bubbles68264y@neeno yeah I need to get in that habit cause typically I only do it near the beginning if it’s important to me
-
I have a bootstrap alias that will create a dir, init a git repo, copy my generalized git ignore, add it to my fuzzy reffer and cd into the dir. Works pretty well.
-
I definitely have a few repos where the first commit is something like "Initial Commit: did 95% of the project"
I have the bad habit of programming without initializing a Github repo or by the time I upload it to Github I’m either done or close to done with it.
It’s not necessarily a terrible thing it’s just a pet peeve of mine.
rant