tests/testthat/_snaps/git-checkout.md

git_checkout() checks out a file when asked

Code
  git_checkout(file = "DESCRIPTION")
Output
  Running git ls-files 
  Running git checkout DESCRIPTION 
  Updated 0 paths from the index
Code
  git_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 April 13, 2025, 1:08 a.m.