CODINGTHOUGHTS

A blog about C#, Python, Azure and full stack development

Tag: Git

  • Git Crib Sheet

    Git Crib Sheet

    Welcome to my Git crib sheet: A collection of handy git commands in one place. Creating a repo Checking repo details Viewing commit history Committing changes Pulling / Pushing Branching / Merging Merging Tags Stashing

  • Git for Beginners – Part 1

    Git for Beginners – Part 1

    History Many version control systems have come and gone over the years, but it is Git that has dominated the last 10 years and show no sign of stopping any time soon. Beginners to Git can find it somewhat jarring coming from other version control systems. This guide hopes to make the path a little…