Introduction to Git
George Boorman
Curriculum Manager


git add README.md
git add .
. = všechny soubory v aktuálním adresáři a podadresáříchgit commit -m "Adding a README."
[main cb33c18] Adding a README.
1 file changed, 1 insertion(+)
create mode 100644 README.md
-m Umožňuje přidat zprávu bez otevření textového editoruIntroduction to Git