Skip to content

Instantly share code, notes, and snippets.

View kirkbrady's full-sized avatar

Kirk Brady kirkbrady

  • Sydney, Australia
View GitHub Profile
@kirkbrady
kirkbrady / git-create_remote_repo.md
Last active October 8, 2018 09:52
git repo creation from command line

In repo dir, create a blank repo

git init

Stage existing files

git add .
git commit -m "<some message>."