On Windows, I installed git-plus package in Atom by installing it from the Atom File โ Settings โ Install main menu. Using git config , I then set up user.email and user.name and made sure that they reflect my account and email address on Github.
Then I followed the instructions from the GitHub website , I created a new pair of ssh keys. I made sure that there is only one key pair in my system. Now with git-plus and ssh settings, how do I get started on files in my Github repository?
source share