r-lib / gert

Simple git client for R
https://docs.ropensci.org/gert/
Other
148 stars 31 forks source link

Doc cleanup #227

Open olivroy opened 4 months ago

olivroy commented 4 months ago

fix #218

Move git_conflicts() and git_commit_descrendant_of() to git_merge().

Move git_log(), git_stat_files() to a new git_history topic

Move git_add() and git_rm() to the top of man file.

Add descriptions in new git_history topic.

Document more the merge topic

Document more in git_info topic

fix tiny roxygen2 7.3.1 issue by adding comma between URLs

olivroy commented 4 months ago

Do you agree with this reorg? Should I move functions in the associated file?

i.e. move git_conflicts() to merge.R?