Have you ever broken your code and/or lost track of the changes you’ve made? Have you ever trawled through your manual back ups to find some files you’ve hidden away? Have your collaborators ever emailed you code fixes and you struggle to see what has been updated? Maybe Git can help! Git is software for tracking changes in any set of files and also for coordinating work among collaborators. This workshop was designed for beginners and will guide participants in setting up git. We walked through some key git concepts then, put these into into practice during an interactive session.
---date: "2021-11-01"title: "Version Control with Git "links:- icon: video # icon_pack: fas name: Workshop Recording url: https://drive.google.com/drive/folders/1HnqhDJRCVebfGyusHI01-LudLfojG9vM- icon: github icon_pack: fab name: github Material url: https://github.com/UNSW-codeRs/git-with-itabstract: Have you ever broken your code and/or lost track of the changes you've made? Have you ever trawled through your manual back ups to find some files you've hidden away? Have your collaborators ever emailed you code fixes and you struggle to see what has been updated? Maybe Git can help! Git is software for tracking changes in any set of files and also for coordinating work among collaborators. This workshop was designed for beginners and will guide participants in setting up git. We walked through some key git concepts then, put these into into practice during an interactive session.---<img src="git_workshop.png" width=1450 style ="margin-left: 0px; margin-right: 0px; float:right;">Participants should register for a Github account [Github Register](https://github.com/join). and download Github Desktop [Github Desktop](https://desktop.github.com).