Gergely Polonkai

developer, systems engineer and administrator

Other articles


  1. Using Git bisect to find the first good commit

    Few months ago we “implemented” a bug in our software, which was released to the customers. We continued development for two weeks when the first customer ticket arrived about the bug. We successfully reproduced it with the customer’s version, but not with the development sources; it turned out that …

    read more
  2. git rm —cached madness

    I have recently learned about git rm --cached. It’s a very good tool, as it removes a file from tracking, without removing your local copy of it. However, be warned that if you use git pull in another working copy, the file will be removed from there! If you …

    read more

links

social