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


stufield/gitr documentation built on June 1, 2025, 7:11 p.m.