From 68838b33cf80656b6dd94fe597f60b45c203784b Mon Sep 17 00:00:00 2001 From: vivien Date: Wed, 10 Dec 2025 16:17:50 +0100 Subject: [PATCH] change README --- README.md | 58 +------------------------------------------------------ 1 file changed, 1 insertion(+), 57 deletions(-) diff --git a/README.md b/README.md index 5b85123..a8caf73 100644 --- a/README.md +++ b/README.md @@ -1,57 +1 @@ -Vivien Perrot - -# git repo for art num -test - -*the wiki will be updated with more information and usefull snipet. fell free to contribute* - -test port ssh - -## how to -1. clone this repo to you own computer -``` - git clone https://git.erg.school/P039/art_num_2024.git -``` -2. check before eatch courses for update -``` - git pull -``` -3. create your own branch -``` -git checkout -b prenom-nom -``` -4. create and update README with your name -``` -nano README -``` -5. save the file with `ctrl+X` -6. check git tracking -``` -git status -``` -7. add and commit the change in the git -``` -git add README.md -git commit -m 'change README' -``` -8. check the commit was registered -``` -git log -git show -``` -9. push your branch on gitea -``` -git push origin prenom-nom -``` -10. update your branch with latest main branch -``` -git checkout main -git pull origin main -git checkout prenom-nom -git rebase main -git log -``` - -## content - - +# git repo for Vivien Perrot