Skip to content

Instantly share code, notes, and snippets.

View eduardolfalcao's full-sized avatar

Eduardo Falcão eduardolfalcao

View GitHub Profile
#initialize github repo in a dir
git init
#add file or change to versioning
git add <file-path>
#add all files in dir (recursively) to versioning
git add -A
#commit changes locally