Skip to content

Commit

Permalink
Fix error when needing to push staged changes from local repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobarroslourenco committed Oct 19, 2022
1 parent eddeed4 commit 3dceab4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 01-vc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ these changes would become available to all users.
Often the repository on github has a `main` branch, therefore, the command is:

```{bash, eval=FALSE}
$ git commit origin main
$ git push -u origin main
```

In which `origin` is the local repository, and `main` is the branch you want to
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h1>
<div id="header">
<h1 class="title">CC Primer: Compute Canada for geoscientists in a rush</h1>
<p class="author"><em>Ricardo Barros Lourenco</em></p>
<p class="date"><em>Last revision: 2022-10-17</em></p>
<p class="date"><em>Last revision: 2022-10-19</em></p>
</div>
<div id="front-matter" class="section level1 hasAnchor" number="1">
<h1><span class="header-section-number">Chapter 1</span> Front Matter<a href="index.html#front-matter" class="anchor-section" aria-label="Anchor link to header"></a></h1>
Expand Down
Loading

0 comments on commit 3dceab4

Please sign in to comment.