Suppose I create a local repository in my laptop for a test project.
After that I create new files and add them, and then commit changes.
Since there is no remote repository that I cloned from, do I still need to push?
Code:
git init
After that I create new files and add them, and then commit changes.
Since there is no remote repository that I cloned from, do I still need to push?
Code:
git push