You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/1-getting-started-lessons/2-github-basics/translations/.github/post-lecture-quiz.it.md

535 B

Completare questo quiz selezionando una risposta per domanda.

  1. Un luogo dove confrontare e discutere le differenze introdotte su un ramo con valutazioni, commenti, test integrati, e altro è:
  • GitHub
  • Una Pull Request
  • Un ramo di funzionalità
  1. Come si otterrebbero tutti i commit da un ramo remoto?
  • git fetch
  • git pull
  • git commits -r
  1. Come ci si porta su di un ramo?
  • git switch [nome-ramo]
  • git checkout [nome-ramo]
  • git load [nome-ramo]