-
Notifications
You must be signed in to change notification settings - Fork 0
franz-86/collaboration_test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
prova con diversi collaboratori per associare github al proprio pc: - istalla gh (per esempio usando brew install gh) - lancia gh auth login e segui le istruzioni creare un progetto collaborativo: A) Crea un nuovo repository A) crea un nuovo commit e lancia git push B) git clone <repository> da qui in avanti si lavora come al solito: - git pull origin main //per scaricare l'ultima versione del repository // per aggiornare una versione - git add -A - git commit -m "messaggio" - git push -u -f origin main // oppure creando prima un nuovo branch - git checkout -b newBranch //sviluppa e crea nuovi commit su questo branch //poi quando è tutto funzionante si fa un merge dei due rami: - git checkout main - git merge newBranch
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published