16
Bubbles
4y

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.

Comments
  • 4
    I'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.
  • 2
    @neeno yeah I need to get in that habit cause typically I only do it near the beginning if it’s important to me
  • 3
    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.
  • 1
    @SortOfTested that sounds nice
  • 3
    I definitely have a few repos where the first commit is something like "Initial Commit: did 95% of the project"
  • 0
    @EmberQuill that’s majority of my first inits
Add Comment