Reputation: 115
On Windows, I installed the git-plus package
in Atom by installing it from Atom main menu File
→ Settings
→ Install
. Using git config
, I then configured user.email
and user.name
and made sure that they reflect my account and email address in Github.
I then followed the instructions, from the GitHub site, I generated new pair of ssh keys. I made sure that there is only one pair of keys on my system. Now with git-plus
and the ssh keys configured, how do I go about start working on files on my Github repository?
Upvotes: 5
Views: 17328
Reputation: 115
I tried the steps below and it seems to be working fine.
Upvotes: 2