Skip to content

Instantly share code, notes, and snippets.

@BelRarr
Created November 27, 2018 02:23
Show Gist options
  • Save BelRarr/1209d1368d0789650a2557db53ced0d4 to your computer and use it in GitHub Desktop.
Save BelRarr/1209d1368d0789650a2557db53ced0d4 to your computer and use it in GitHub Desktop.
#!/bin/bash
# initialiser le repo Git local
git init
# ajouter tous les fichiers de l'application .net core
git add -A
# archiver le code
git commit -m "archivage initial"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment