opkcb.blogg.se

Git rstudio tutorial
Git rstudio tutorial







Your repository is now alive and you can revise it. Finally, you can select a licence under which your code will be distributed. gitignore file contains a list of the files which will be ignored by the git, which means they will not be committed (saved) nor push to the remote repository, so they will not be stored on github. gitignore (select R from a drop-down menu).

git rstudio tutorial

Then, opt for Initialize this repository with a README (a README file is the one everyone sees when viewing your repo). Would you like someone to check your code (and/or repo) before it goes public? No problem either - you can add collaborators, even if you are using a GitHub Free version (in that case, you can add up to 3 collaborators in private repos).

git rstudio tutorial

You will make it public, simply by changing the option in the settings of your repo. Still not sure about the result and prefer to keep it private until you confirm everything is correct? No problem, you can opt for a private repository. Now, you need to name your repo (here: test-repo) and you are free to add a brief description.









Git rstudio tutorial