Created
November 27, 2018 02:23
-
-
Save BelRarr/1209d1368d0789650a2557db53ced0d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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