My notes on making a git project from your mac
Github desktop app
- Create a folder on your mac
- Drag and drop the folder to github desktop app https://desktop.github.com/
- Click create repository
- Hit publish (will upload to your personal account, or pick org account)
Uploading existing git projects to GitHub
- in terminal:
git remote remove origin
- in GitHub desktop app: Drag the project folder onto the GitHub icon
- in Github desktop app: hit the publish button