Skip to content

Commit

Permalink
removed -u as per lesson today (Padova September 2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurj authored Sep 14, 2017
1 parent 2ed64d0 commit 89eae7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/03-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ will have to "push" our local changes to the GitHub repository. We do this using
`git push` command:

~~~
$ git push -u origin master
$ git push origin master
~~~
{: .bash}
~~~
Expand Down Expand Up @@ -286,4 +286,4 @@ this by entering the `ls` command.

When we begin collaborating on more complex projects, we may have to consider more aspects of git functionality, but
this should be a good start. In the next section, we can look more closely at collaborating and using GitHub pages to
create a website for our project.
create a website for our project.

0 comments on commit 89eae7d

Please sign in to comment.