2.4 Using Git with RStudio

Before you start coding, make sure that you are on the correct branch. You may check

  • from the Git tab on the Environment, History, Connections, … pane
  • you can also see from the status bar on the very top of the window. The words are formatted as “Projection Name – Branch – RStudio”.

Choose a License for your repo

Q: Which open source license is appropriate for my project?
A: See https://opensource.guide/legal/#which-open-source-license-is-appropriate-for-my-project.

Q: How to add a license to my repo?
A: Follow the instructions here.