Category ProgrammingPosted on 25 December 201729 December 2017How to ignore files only on my machine? If we want to ignore files (they will not suggested to be added as staged) we usually use .gitignore in root folder of o…
Category ProgrammingPosted on 21 August 201721 August 2017How to use git patch system to apply changes into another folder Problem which needs to be fixed: Project has two main directories with a lot files. Some of files are almost the same…
Category ProgrammingPosted on 7 August 20177 August 2017I have removed wrong branch (with force) by mistake, what now? Lets create repository to experiment with: Graphically git repository will look like this: We are currentl…
Category ProgrammingPosted on 24 July 201724 July 2017How to make easter egg in your application (WPF Behaviors) Today I will show you how to make this: In WPF (with sound). Full source code can be found on a GitHub page. …
Category ProgrammingPosted on 15 July 201715 July 2017Attach git commit SHA1 hash to your assembly Let's say you are one man-army, single developer who develops next-great-thing-on-desktop. You have only one client for …
Category ProgrammingPosted on 12 January 201712 January 2017Visual Studio and git. Build-in tooling. (this article in Polish language - Polska wersja ) I already tried using Visual Studio git build-in provider, then I …
Category ProgrammingPosted on 2 January 20173 January 2017Set Visual Studio Code as default git editor and diff tool If you use Visual Studio Code there is very high probability, that you use also Git as your main version control system.…
Category ProgrammingPosted on 1 January 20171 January 2017Set Notepad++ as default Git editor A default editor for Git in Windows system is notepad, which we can all agree that editor is not the greatest editor in …
Category ProgrammingPosted on 6 November 2016[NHibernate] Update your time stamp automaticaly I was writing lately about problem with a lack of precision in date. I said about having many tables with column with ti…
Category ProgrammingPosted on 4 November 2016[NHibernate] DateTime without milliseconds, how to increase precision Software which I was updating into XXI century had database in which every record contains time stamp about insert or la…