git reset

C:\Users\Gaby>

C:\Users\Gaby> cd C:\Users\Gaby\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\gabriela-tamanis

C:\Users\Gaby\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\gabriela-tamanis> git status
On branch main
Your branch is ahead of 'origin/main' by 3 commits.
  (use "git push" to publish your local commits)

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   public/assignments/week01.html

no changes added to commit (use "git add" and/or "git commit -a")

C:\Users\Gaby\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\gabriela-tamanis> git reset --hard 6d0dc1ceef62b6481f8efb1c8439d8136bff2a2c
HEAD is now at 6d0dc1c 3d printing week

C:\Users\Gaby\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\gabriela-tamanis> git status
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   public/assignments/week01.html
        modified:   public/assignments/week05.html

no changes added to commit (use "git add" and/or "git commit -a")

C:\Users\Gaby\OneDrive - Universidad Iberoamericana, Puebla\Escritorio\gabriela-tamanis> git status
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   public/assignments/week01.html
        modified:   public/assignments/week05.html