Skip to content

Commit f9ae8d6

Browse files
committed
git/basics: Use new wording, "No commits yet"
Newer versions of Git use this, rather than "Initial commit".
1 parent 6701cb1 commit f9ae8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/git/basics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ nothing to commit (create/copy files and use "git add" to track)
8080
```
8181

8282
*„On branch master”* říká něco o větvích, k tomu se vrátíme později.
83-
*Initial commit* říká, že zatím nemáš uloženou žádnou revizi.
83+
*No commits yet* říká, že zatím nemáš uloženou žádnou revizi.
8484
A *„nothing to commit”* říká, že je adresář
8585
prázdný – nejsou tu žádné soubory k verzování.
8686

0 commit comments

Comments
 (0)