Archive for the ‘Git’ Category
Pushing code to Github on Max OS X
I realise – after the event – that I will not remember these commands so I am logging them here for me in the future.
This will be revised as I discover and remember all the commands.
- Open a ‘Terminal’ window
- Navigate to source folder
- git init
- git add .
- git commit -m “log message”
- git push origin master
Now I need to remember how I set up my Mac to be configured to connect to the correct repository in GitHub.