Showing posts with label sourcecontrol. Show all posts
Showing posts with label sourcecontrol. Show all posts

Monday, 9 February 2026

Do Not Commit csproj.user file

This contains per developer, per machine settings.

For example, when you last run a Debug session, it will have a record of what you selected in the dropdown next to the Run/Debug button under _lastSelectedProfile. This may also contain user-specific folder paths as well.

Thursday, 2 April 2015

git on Windows

git can be installed on Windows so that it is accessible from the command-line, full information is available on the git website.  When installing you can select "Checkout Windows style, commit Unix-style line endings".