git

Git tricks

  • Posted on: 28 April 2016
  • By: Michał Turecki
Tags: 

Inspired by spring cleaning of a collection of "New Text Document (n).txt" files on my desktop I decided to prepare a collection of git useful scripts, yet another. Here is the list:

Applying SVN patch diff file to a GIT repository

  • Posted on: 7 September 2015
  • By: Michał Turecki

There are many FOSS projects using subversion for source control. I'm using GIT instead because or a unique mixture of features it has and a widespread use of GIT in FOSS community including legendary GitHub. Subversion is much less flexible and is worse performing regardless of popular opinions based mostly on better familiarity with it without "big picture" comparison. Major reason for my personal dislike of SVN is inability to browse the history of a repository without having an established network connection to the subversion repository server.