tests/testthat/_snaps/gitr-checkout.md

gitr_checkout() checks out a file when asked

Code
  gitr_checkout(file = "DESCRIPTION")
Output
  Running git ls-files 
  Running git checkout DESCRIPTION 
  Updated 0 paths from the index
Code
  gitr_checkout(file = files)
Output
  Running git ls-files 
  Running git checkout NAMESPACE DESCRIPTION NEWS.md README.Rmd 
  Updated 4 paths from the index


Try the gitr package in your browser

Any scripts or data that you put into this service are public.

gitr documentation built on June 8, 2025, 10:24 a.m.