Skip to content

Commit

Permalink
add further reading testimonial of similar commands
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Nov 11, 2023
1 parent a091271 commit ac94c49
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions episodes/05-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,16 +271,6 @@ by using `git checkout`:
$ git checkout HEAD sitrep.Rmd
```

<!--
::::::::::::::::: callout
### Checkout with Rstudio
You can also refer to the episode on [how to `git checkout` using the Rstudio Git tab](14-supplemental-rstudio.md#git-checkout).
:::::::::::::::::::::::::
-->

::::::::::::::::::::::::::::::::::::::::: callout

## Don't Lose Your HEAD
Expand Down Expand Up @@ -462,6 +452,16 @@ else has committed changes to the repository.

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::: testimonial

### These commands are so similar!

Commands like `git checkout` and `git revert` are useful but so similar that it's very easy to mix them up!

With the concepts learned in this episode, we invite you to read this chapter on [resetting, checking out and reverting](https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting).

:::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::: challenge

## Understanding Workflow and History
Expand Down

0 comments on commit ac94c49

Please sign in to comment.