happy-git-with-r icon indicating copy to clipboard operation
happy-git-with-r copied to clipboard

Using Git and GitHub with R, Rstudio, and R Markdown

Results 38 happy-git-with-r issues
Sort by recently updated
recently updated
newest added

One general goal is to make it very unlikely that a novice finds self unexpectedly "in the middle of" a merge. Obviously there's no way to universally avoid reconciling conflicts,...

Add this to the workflow section, similar to the `git pull` material: what to do when uncommitted work prevents you from switching to another branch

I was working on a paper, and someone else created new folders and reorganized everything in the repo. She put my paper into a different *location* in the repository. Problem...

Could you add a CONTRIBUTING.md document with guidelines on how to contribute to this project? It's an exciting endeavor!

http://ellisp.github.io/blog/2016/09/16/version-control nice link tweeted by @nicholasjhorton

Older versions of git may throw warning regarding push behavior: ``` $ git push ``` ``` warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching'...

This resource provides a solid foundation for understanding the basic aspects of using Git and GitHub for version control and collaboration in data science projects. However, it could be enhanced...