This command creates a copy of the git-crypt symmetric key that was generated for this repository. We're putting it in the directory above this repository so that we can re-use the same key across ...
git init // création d'un dossier .git contenant tous les fichiers nécessaires à Git pour suivre les versions du projet. git add README.md // Ajoute le fichier README.md dans la zone index. Prépare ce ...