Skip to content

Commit

Permalink
docs: add link to post by Jim Hester, thanks @mpadge
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Mar 1, 2024
1 parent 186463a commit 83c717c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: Holds functions creating Git messes, that users would then solve, t
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0.9000
RoxygenNote: 7.3.1
Imports:
brio,
cli,
Expand Down
3 changes: 2 additions & 1 deletion R/debug.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
#' I can see the bug was not there a bunch of commits ago.
#' Beside doing regular debugging, I can find out
#' which commit introduced the bug by using `git bisect`.
#' See <https://git-scm.com/docs/git-bisect>.
#' See <https://git-scm.com/docs/git-bisect> and
#' <https://www.jimhester.com/post/2019-04-24-git-bisect/>.
#'
#'
#' @inheritParams exo_one_small_change
Expand Down
3 changes: 2 additions & 1 deletion man/exo_bisect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83c717c

Please sign in to comment.