Contributions

Open Source sticker

Toutes les contributions de Pragmatic Source, que ce soit sous forme d'articles, de présentations ou de code sous licence libre, sont disponibles dans cette section du site et sur notre Référentiel Open Source (Redmine).

All of our contributions (articles, slideshows, Open Source code) are available in this section and on our Open Source Repository (Redmine).

Tous les articles de la section 'tips'

Automatic synchronization of 2 git repositories

  • You are fond of GitHub, the decentralized source control management site?

  • You are a happy user of Redmine as a project management tool?

But at the same time you are facing a difficult choice: putting your Git code repository on GitHub to benefit from its ergonomic web interface and team cooperation capabilities or putting it on Redmine to interface source control management and ticket tracking?

Then this article is for you! It explains how to automatically synchronize your Git repositories between GitHub and Redmine!

Remove bold and underline attributes (overstrike) from a text or a manpage

Under Unix/Linux, commands like « man » output texts containing bold and underline attributes, even in console mode. These attributes are produced by inserting a combination of control characters (« Backspace » or « ^H ») and underscores (« _ ») after the characters to highlight.

Sometimes you need to remove these overstrike control characters.