Code on the Shelf
  • Home
  • .NET
  • Docker
  • Azure
  • Entity Framework
  • Metrics
Sign in Subscribe

Git

A collection of 2 posts
Git not recognising filename casing changes on Windows!
Git

Git not recognising filename casing changes on Windows!

Had a small problem with Git not recognising filename casing changes on Windows filesystems.
07 Jan 2019 1 min read
Handy Git Commands
Git

Handy Git Commands

Here is a handy list of git command I use daily to make me more productive. Clean your local workspace git checkout . git clean -f Get a list of branches ordered by most recent commit git for-each-ref --sort=committerdate refs/heads/ Get a list of conflict files (after the last
11 Sep 2016
Page 1 of 1
Code on the Shelf © 2025
Powered by Ghost