From the course: Azure Infrastructure as Code with GitHub
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
GitHub, Git, and infrastructure as code
From the course: Azure Infrastructure as Code with GitHub
GitHub, Git, and infrastructure as code
- [Instructor] What is Git and what is GitHub? Git can help you with managing your code and managing the files that your code is in. It can do that in a lot of different ways and we're not going to mention all of them because this would be a very long video. But let's look at some of the features that can really help anyone that works with code. The first one is versioning. And I'd like to paint a scenario that I think a lot of people will recognize. You're working on a script, there's some code in there. It doesn't really matter what language. You are working on it and you have it saved in a file called script one, but at some point, you want to make some changes to that script which are pretty big changes, and you want to make sure that you keep track of that old version of that script that you have now because maybe it's already working and you're adding stuff or maybe you want to try something completely different…