CLI: Pushing changes to a repository

Instructions

  1. Add all of the changed files that you wish to push using the command: git add fileName

  2. Commit the change to your local repository using the command: git commit -am “commit message”

  3. Push the changes from your local repository to the GitHub repository using the command: git push 

Filter by label

There are no items with the selected labels at this time.