Introductie tot Git
George Boorman
Curriculum Manager


git add README.md
git add .
. = alle bestanden in de huidige map en submappengit commit -m "Adding a README."
[main cb33c18] Adding a README.
1 file changed, 1 insertion(+)
create mode 100644 README.md
-m Voegt een logbericht toe zonder editor te openenIntroductie tot Git