Line 165:
Line 165:
        You'll need to enter your GitHub profile name and your Personal Access Token to complete the push<br><br>
        You'll need to enter your GitHub profile name and your Personal Access Token to complete the push<br><br>
    - The purpose of the <i>-u</i> flag is to establish an upstream relationship between the local branch and the specified remote branch<br>
    - The purpose of the <i>-u</i> flag is to establish an upstream relationship between the local branch and the specified remote branch<br>
−
  This is typically done on the initial push to a remote repository<br>
+
  This is typically done on the initial push to a remote repository. After that, you don't need to use the -u flag again for subsequent pushes to the same branch<br><br>
−
  After that, you don't need to use the -u flag again for subsequent pushes to the same branch<br><br>
  9) At this point your online GitHub repository should be the same as the working folder on your local computer.<br>
  9) At this point your online GitHub repository should be the same as the working folder on your local computer.<br>