I cloned the repo at https://github.com/railstutorial/sample_app_rails_4 and made a lot of changes to it (I used it as a starting point for my own app), and now I would like to
You can do this by creating a new remote from your local repository (via commandline).
git remote add
then you can call:
git push
To replace the default "origin" remote that is set up you can run the following:
git remote rm origin git remote add origin