# abdellatif is here ![](https://i.imgur.com/e2FbKGb.png) ```bash git first git init git remote rename origin old-origine git remote add origin1 https://gitlab.com/presence_manager/gestion_absence.git git pull git add src/.. ```bash= git pull https://gitlab.com/presence_manager/gestion_absence.git git add src/views/AddStudent.jsx git commit -m 'AddStudent' git push -u origine1 git status rm file name git commit -m "new changes" # tree clean git add src/views/ClassesList.jsx git add src/components/Navbars/AdminNav.jsx git commit -m 'AdminNav' git push -u origine ```