diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2019-03-26 15:10:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 15:10:19 +0530 |
commit | e8e6664431f581cfe5035f4997e3f2b9468c49f8 (patch) | |
tree | aaa4e0cd5a56ac49c9f0382bd7f2a7244664d88a /de-de/git-de.html.markdown | |
parent | e56c62e0d30be203ca0a7a28d92a5a6f721c3589 (diff) | |
parent | 54cdde7bae35ee668d578f233b0fad9ba1fdcc08 (diff) |
Merge pull request #3503 from caminsha/patch-2
[git/de] Edited translation
Diffstat (limited to 'de-de/git-de.html.markdown')
-rw-r--r-- | de-de/git-de.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/git-de.html.markdown b/de-de/git-de.html.markdown index 7c68d785..0896f513 100644 --- a/de-de/git-de.html.markdown +++ b/de-de/git-de.html.markdown @@ -49,7 +49,7 @@ Ein Repository besteht in Git aus dem .git-Verzeichnis und dem Arbeitsverzeichni ### .git-Verzeichnis (Teil des Repositorys) -Das .git-Verzeichnis enthält alle Einstellung, Logs, Branches, den HEAD und mehr. +Das .git-Verzeichnis enthält alle Einstellungen, Logs, Branches, den HEAD und mehr. [Ausführliche Übersicht](http://gitready.com/advanced/2009/03/23/whats-inside-your-git-directory.html) ### Arbeitsverzeichnis (Teil des Repositorys) |