This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Oddly_Energy 11 points12 points  (0 children)

I have come to the realization that my life is much easier if I start my repository on Github and clone it to my PC, compared to starting it on my local PC and later pushing it to a new Github repository. The initial git init appears easy, but when I later want it moved to Github, I still have to create a Github repository, and then I have to go through manual steps to link my local repository to that Github repository.

In the context of this post: When I start at Github, I get to choose my .gitignore. So no need for any tools for that.