# 2024-04-23-NCL Version Control with Git ### This document: # https://hackmd.io/@rseteam-ncl/2024-04-23-NCL ### JupyterHub: # http://172.167.248.222 ### Links: - [Code of Conduct](https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html) - [Workshop website](https://nclrse-training.github.io/2024-04-23-NCL/) - [Link to lesson website](https://nclrse-training.github.io/git-ultra-novice/) - [Pre-workshop survey](https://carpentries.typeform.com/to/wi32rS?slug=2024-04-23-NCL) - [Post-workshop survey](https://carpentries.typeform.com/to/UgVdRQ?slug=2024-04-23-NCL) - [Code Community](https://teams.microsoft.com/l/team/19%3aG79Rz7Mhk6rC0mhia04YCD-nj7WabLMxhnyb1YLp04A1%40thread.tacv2/conversations?groupId=7059214c-2200-4ad6-a739-9d350c74c7a9&tenantId=9c5012c9-b616-44c2-a917-66814fbe3e87) ### Attendance: ## Please sign in using your <span style="color:red">university email</span> and your <span style="color:red">name</span>: RSE Team: https://rse.ncldata.dev/ ### Join on any device to answer/comment on the exercises when prompted: https://app.claper.co/e/3930/ - image: https://carpentries.github.io/lesson-example/assets/img/cp-logo-blue.svg - PhDComics: https://phdcomics.com/ Countries repo https://github.com/Robin-Wardle/countries ``` cd countries git remote add upstream https://github.com/Robin-Wardle/countries.git ```