Just like Git didn’t acknowledge our files until we used the git add command, it won’t acknowledge our remote repo yet, either. Assume that we have a GitHub repo called “MyProject” located at https://github.com/username/myproject.git. Of course ...
↧