mirror of
https://git.erg.school/P039/art_num_2024.git
synced 2026-02-04 04:59:18 +01:00
defne-elver
defne elver
git repo for art num
the wiki will be updated with more information and usefull snipet. fell free to contribute
test port ssh
how to
- clone this repo to you own computer
git clone https://git.erg.school/P039/art_num_2024.git
- check before eatch courses for update
git pull
- create your own branch
git checkout -b prenom-nom
- create and update README with your name
nano README
- save the file with
ctrl+X - check git tracking
git status
- add and commit the change in the git
git add README.md
git commit -m 'change README'
- check the commit was registered
git log
git show <commit-hash>
- push your branch on gitea
git push origin prenom-nom
- 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
Languages
Python
100%