Leerlijn Git
CtrlK
  • Inleiding
  • Wat is versiebeheer?
  • Installatie software
  • Externe bronnen
  • Leesvolgorde van deze cursus
  • Bronnenlijst
  • Lokaal werken
    • Wat is lokaal versiebeheer?
    • Basisbegrippen
    • Branching workflow
    • git init
    • git add
    • git status
    • git commit
    • git reset
    • git log
    • git rm
    • git branch
    • git checkout
    • git merge
    • gitignore
  • Gedistribueerd werken
    • Remotes
    • Pull requests
    • git clone
    • git push
    • git pull
Powered by GitBook
On this page

Was this helpful?

Bronnenlijst

Figuren

  • "the lifecycle of the status of your files", door Scott Chacon en Ben Straub, is gebruikt onder CC BY-NC-SA 3.0

  • "Computer Internet Network", door uxwing, is gebruikt onder de licentie van uxwing

  • alle andere figuren in de cursustekst zijn het werk van Vincent Nys en behoren tot het publieke domein

PreviousLeesvolgorde van deze cursusNextWat is lokaal versiebeheer?

Last updated 3 years ago

Was this helpful?