Remove data from a git history

Preliminary note: this note applies to a simple git repository. For a gitlab repository, please refer to https://docs.gitlab.com/ee/user/project/repository/reducing_the_repo_size_using_git.html. gitlab (and possibly other forges based on git) tends to be protective, in order to keep track of the events in the repository and to prevent discrepancy on its data.By example, a…

Continue reading

Configurer un environnement de développement Conda/C++ sous Windows

Voici un aide-mémoire pour compiler le code C++ d’un projet sous Windows. The Script Way (le plus simple) The VS Code Way (<== recommandé) The Visual Studio Way Pré-requis Installer Windows Installer Visual Studio 2019 avec l’option "compilation C++ Desktop" (pas besoin d’autre chose) Installer miniconda ou anaconda. Pour l’exemple…

Continue reading