What's important to remember when pushing changes to a remote?

We need to make sure that we commit changes before pushingThe remote needs to be listed when we use git remoteWe need to use git push without any repositories or branchesWe need to use git push with the remote and the branch we want to push

Nice! We need to make sure that we commit changes before pushing with git push. If the remote isn't listed when we use git remote, we need to add it.

Close! We need to make sure that we commit changes before pushing with git push. If the remote isn't listed when we use git remote, we need to add it.