Skip to content

GebTorte/r-wiki

Repository files navigation

R Wiki

contributing

  • contact me, so I can add you as a collaborator on the repository.

  • Clone the repository to your local machine

  • dont forget to fetch remote status before actions by running

git fetch

creating your own workspace

  • create a new branch
git checkout -b <branch-name>
  • work there
  • push changes to github
git add .
git commit -m "your message"
git push origin <branch-name>
git branch --set-upstream-to origin/<branch-name>
  • on dev branch, we will merge all remote changes. to prepare for this we need to
    1. update our local version to the state of the dev branch
    2. integrate the changes (so that we dont lose the newest/correct version) in the merge editor
    3. upload the changes
# 1
git merge --no-ff dev

# 2 do the merging

# 3 then upload the new version (add all changes with ., commit with message, push)
git add .
git commit -m "your merge message"
git push

advanced

Create a pull-request in github to move dev changes to main branch.

HowTo

open a local HTML in browser:

  • paste the complete file path in your browsers search field

open a remote HTML in browser:

example: https://htmlpreview.github.io/?https://github.com/GebTorte/r-wiki/blob/main/ggplot2.html

open in Positron/VSC/RStudio:

  • hit the preview button

dev test

hi

About

r wiki of EAGLEs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages