sudo apt-get install r-base r-base-dev sudo apt-get install gdebi-core
wget https://download2.rstudio.org/rstudio-server-1.1.453-amd64.deb
sudo gdebi rstudio-server-1.1.453-amd64.deb
sudo apt-get install gitgit config --global user.name 'First Last'
git config --global user.email 'statishard@utdallas.edu'
git config --global --list
git config --global core.editor "emacs"If you run into error message along the lines of
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
You probably need to generate a new SSH key and add it to your GitHub account. Follow the instruction here.Git commands in terminal:
git statusgit addgit commitgit pushgit checkoutgit branchgit loggit diffforknew pull request