To re-upload a commit with new things added:

 git commit –amend –no-edit

To check remote url

git config --get remote.origin.url

clone

The git clone command copies an existing Git repository. It iwll create a folder with the name of the repo. So run it from within portfolio/ directly