You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
565 B

Vagrant --> Commande Virtualbox pour lancer une vm
#Initialize a vagrant file (Create a template Vagrantfile)
vagrant init
# Démarrage de la vm en lisant le Vagrantfile
vagrant up
# Demarrer une session sur la VM
vagrant ssh
GIT
# Initialize a git project
git init
# Add files from current directories
git add .
# Créer une première entrée
git commit -a -m "first commit. added gitignore and readme files"
# Créer une entrée pour gitea
git add origin ssh://git@161.97.176.30:222/marax/test_nov.git
# send repos on gitea
git push -u origin master

Powered by TurnKey Linux.