Posts

Showing posts with the label diff

Useful Git Commands

Image
Useful Git Commands I figured the best way to start is to get (git) us on the same page (pun intended) Before I start showing you code for automation, I figure I should show you the very basics that you need to know about using Git . I hope you don't mind, as I won't be wasting valuable screen space on how to install Git. If you run into trouble installing Git, don't worry, you are also going to run into trouble with automation😃 Rest assured, as we all struggle at some point with automation, but finding a solution will bring you pride and joy in your accomplishments. To be successful with automation, you will have to continue to learn new technologies and tools. All joking aside, you will actually find many good resources online and offline that will help you get unstuck. I want to make it very clear that running any of these commands without the knowledge of what they do can be very dangerous. As such, following license applies: This work is licensed under a Creat...