Git and GitHub seems deceptively easy…
I’ve tried several times to read “very clear” blogs about “how to master” Git and GitHub. It’s been frustrating.
I finally decided to just learn how to sync up projects that I had created on my PC with GitHub (so I could then import to CodeSandBox).
I repeatedly ran into this error:
![rejected] master -> master (non-fast-forward)
So after reading some more very confusing and very intimidating StackOverflows and blogs, I tried again and it worked. After recovering from the shock, I looked back through my cmd prompt to see what went right.
This is the sequence of events, starting with the first time I errored out. Can someone please review and let me know what I did right and what I dd wrong so I can learn from this??
For now, all I want to master is how to sync up an EXISTING project (from PC) with GitHub.
Thank you so much.