In this short repository we will try and explain some basic GitHub functionality as well as its place within the Applied Data Science team and what should be deposited here.
GitHub is a versioning platform for code and is an excellent place for team members to collaborate on research. This platform will also allow us to condense and centralise universally used code. Nowadays journals love public and open source code so that other researchers can replicate work. GitHub will allow us to freely host this code and create a permanent link for future reference and publications.
- Creating a GitHub account (
GitAccount.md
)- This guide will show new users how to create a GitHub account and are added to the ARCWest-ADS organisation.
- Storing and depositing code (
GitHubFunctinoality.md
)- This guide will outline the basic functionality of the GitHub wedbsite: Creating, editing and cloning repositories.
- Advanced command line Git (
AdvanvedGit.md
)- How we use the command line interface to interact with the ARCWest-ADS organisations repo.
- Rstudio Git intergration (
GitRstudio.md
)- For those using Rstudio who want to push and pull code all from the comfort of Rstudio.
- Stata Git integration (
GitStata.md
)- For those using Stata who want to push and pull code all from the comfort of STATA.