diff options
author | Terka Slan <terezia.slaninakova@gmail.com> | 2015-11-16 23:07:44 +0100 |
---|---|---|
committer | Terka Slan <terezia.slaninakova@gmail.com> | 2015-11-16 23:07:44 +0100 |
commit | 70fa51fa36a8d2e3fbc258cbac6b37e45766bdae (patch) | |
tree | 04ff2a48eccc2d8539ed9b22774821a2b412e122 /sk-sk/git.html.markdown | |
parent | 42e8218146de7ac1a35c9f24ee40eefc574fdb0d (diff) |
Added LearnGit-sk.txt and adjusted the markdown file
Diffstat (limited to 'sk-sk/git.html.markdown')
-rw-r--r-- | sk-sk/git.html.markdown | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sk-sk/git.html.markdown b/sk-sk/git.html.markdown index e68de3f5..21741406 100644 --- a/sk-sk/git.html.markdown +++ b/sk-sk/git.html.markdown @@ -154,7 +154,7 @@ Na zobrazenie rozdielov medzi indexovými súbormi (tvoj pracovný repozitár) a # Zobrazí vetvu, nesledované súbory, zmeny a ostatné rozdiely $ git status -# Zisti iné vychytávky o git statuse +# Zistí iné vychytávky o git statuse $ git help status ``` @@ -404,9 +404,8 @@ Saved working directory and index state \ Teraz môžeš uložiť vzdialenú vetvu! ```bash -git pull +$ git pull ``` -`...zmeny sa zaznamenajú...` Over, či je všetko v poriadku |