Skip to content

Commit

Permalink
Use long form option
Browse files Browse the repository at this point in the history
  • Loading branch information
fiveop committed Apr 22, 2024
1 parent 2e7f8f0 commit 17e1b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-fill-repository.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Finally, we push our changes to the remote repository. The command will prompt
for our user name and password:
```
$ git push -u origin --all
$ git push --set-upstream origin --all
```
```
Enumerating objects: 3, done.
Expand Down

0 comments on commit 17e1b34

Please sign in to comment.