I already create a repository in my github account.
But now I want to upload my idea
file that pycharm created.
That s why I need a .gitignore
-file.
I know that we created a gitignore
-file when creating a new repository.
But how can I create a gitignore
-file after creating and pushing this repository?
Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...