Skip to content

dbeauseigneur/gitquest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

-- création du répertoire git init

touch readme.md

git add * git commit -m "first commit" git remote add origin https://github.com/dbeauseigneur/gitquest.git git push -u origin master

-- après modification du fichier readme.md

git add * git commit -m "commit complet" git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors