git: send changed files to github
Posted in Uncategorized on August 20th, 2009 by paul – Be the first to commentgit push origin will send any files one has commited locally to the mast server (eg github).
That is a simplistic explanation however.
git status is handy as it will give you an idea of the, umm, status of the files you are working with…