git repo for art num (Vincent Grill)

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
  1. check before eatch courses for update
   git pull
  1. create your own branch
git checkout -b prenom-nom
  1. create and update README with your name
nano README 
  1. save the file with ctrl+X
  2. check git tracking
git status
  1. add and commit the change in the git
git add README.md  
git commit -m 'change README'
  1. check the commit was registered
git log
git show <commit-hash>
  1. push your branch on gitea
git push origin prenom-nom
  1. update your branch with latest main branch
git checkout main
git pull origin main
git checkout prenom-nom 
git rebase main 
git log

content

Description
base repo for 2024-25
Readme 168 MiB
Languages
Python 100%