Skip to content

refresh-academy/progetto

Repository files navigation

Come fare un branch personale

Se sono bloccato posso ripartire facendo un nuovo branch personale a partire dal branch main

Apro un terminale nel mio repository

  • Il modo più veloce è usare il terminale di VS Code (CTRL+J)
  • Oppure uso un terminale powershell, devo pero' prima fare un cd (change directory) per spostarmi nella cartella del mio repository

Prima salvo tutto quello che ho fatto

  git stash save -u "WIP_mionome_data_e_ora"

ad esempio:

   git stash save -u "WIP_gigi_0526_1328"

Torno sul branch main

  git checkout main

Verifico di avere tutti i commit che potrebbero essere sul remote origin (github)

  git pull
  git log

Creo un nuovo branch personale a partire da questo punto

  git checkout -b mioNome_dataOra

ad esempio:

  git checkout -b ilias_20250526_1341

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published