Posts Tagged: git
Explore the features and capabilities of Git, a popular version control system for managing and collaborating on software development projects.
Posts In 2020
My Favourite Git Aliases (Article)
Published by Stuart Blackler on: 2020-07-11. 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
togit checkout
or havegit undo
undo our previous commit. In this article, I’m going to show you some of my favourite git aliases.
Posts In 2015
Up and Running With Git and Powershell (Article)
Published by Stuart Blackler on: 2015-02-23. 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.