zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

SVN server installation and workflows

January 15, 2020 by Igor Drobot Leave a Comment

Apache Subversion often abbreviated as SVN is a software versioning and revision control system. This post was written during a integration and PoC of SVN in a deployment stages.

[Read more…]

Filed Under: Linux Tagged With: developer, SVN

git diff side-by-side

September 30, 2019 by Igor Drobot Leave a Comment

During committing of larger feature over GIT, I recognised a need to perform a side by side diffs instead the typical line-in-line diffs which are default by running git diff or the same line-by-line diff which is provided by the Fork.app

However you can do side-by-side diffs with git!

[Read more…]

Filed Under: Linux Tagged With: developer, GIT