Remember – if you have a git branch you’ve been committing to locally then all you have to do to get it to github – assuming you’ve already registered with github etc – is:
1. Log on to github on the web and create a suitable repository – like Alembic.Tools.
2. Add a remote, and push:
git remote add origin git@github.com:timbarrass/Alembic.Tools.git git push origin master
No comments:
Post a Comment