You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in windows you can't use emacs obviously so I went to the github documents folder and added this file, then I did "git add read" to add to the staging area or you can do "git -a -m commit add the readme file" where -a adds to the staging area automatically and -m allows you to add the message in the same comman "add the readme file" and then finally there is commit which commits the changes. for some reasome the -m was not working on windows when I tried to do it, I think its because there is not editor like emacs? to apply the message? im not sure. <-- windows will automatically open notepad to add the message. NVM