Posts Tagged: git

Explore the features and capabilities of Git, a popular version control system for managing and collaborating on software development projects.

Tag RSS Feed

Posts In 2020

  • (Article)

    Published by Stuart Blackler on: Tagged:dotnetdevopsgit

    Git aliases are used to create new git commands that can either invoke a function, or be used to create commands that map to longer commands. For example, we could map git co to git checkout or have git undo undo our previous commit. In this article, I’m going to show you some of my favourite git aliases.

Posts In 2015

  • (Article)

    Published by Stuart Blackler on: Tagged:dotnetdevopsgit

    We’ve all experienced a time where we use our pc’s for a prolonged period of time, accumulating a ton of crap along the way as we try out various technologies and fads. After a while, the pc begins to do funny things like crash for no apparent reason. This week, I needed to rebuild my dev machine and decided to change from Atlassian’s Source Tree over to Powershell and raw git.