Skip to content

Commit

Permalink
de/basic.txt heading fixes.
Browse files Browse the repository at this point in the history
Link to German translation.
  • Loading branch information
blynn committed Sep 5, 2010
1 parent 059b761 commit 89eb716
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions de/basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Falls alles geklappt hat, kannst du den neuen Stand speichern:

$ git commit -a -m "Noch ein Backup"

==== Hinzufügen, Löschen, Verschieben ====
=== Hinzufügen, Löschen, Verschieben ===

Bisher kümmert sich git nur um Dateien die existierten als du das erste mal git add ausgeführt hast.
Für neue Dateien oder Verzeichnisse musst du git noch folgendes mitteilen:
Expand All @@ -37,7 +37,7 @@ Eine Datei umzubenennen bedeutet im Endeffekt dasselbe wie sie zu löschen und u

$ git mv ALTER_NAME NEUER_NAME

=== Fortgeschrittenes Rückgängigmachen/Wiederherstellen===
=== Fortgeschrittenes Rückgängigmachen/Wiederherstellen ===

Es kann vorkommen das du jede Änderung ab einem bestimmten Zeitpunkt wegwerfen willst weil alles bockmist ist:

Expand Down Expand Up @@ -85,7 +85,7 @@ Du kannst auch nach dem 5. letzten Commit fragen:

$ git checkout master~5

==== Rückgängig machen ====
=== Rückgängig machen ===

Du kannst einzelne Commits wieder rückgängig machen:

Expand Down
3 changes: 2 additions & 1 deletion en/preface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Rather than go into details, we provide rough instructions for particular effect

- http://docs.google.com/View?id=dfwthj68_675gz3bw8kj[Chinese (Simplified)]: by JunJie, Meng and JiangWei.
- link:/~blynn/gitmagic/intl/es/[Spanish]: by Rodrigo Toledo.
- link:/~blynn/gitmagic/intl/de/[German]: by Benjamin Bellee.
- http://www.slideshare.net/slide_user/magia-git[Portuguese]: by Leonardo Siqueira Rodrigues [http://www.slideshare.net/slide_user/magia-git-verso-odt[ODT version]].

.Other Editions
Expand All @@ -34,7 +35,7 @@ JunJie, Meng, JiangWei, Rodrigo Toledo, and Leonardo Siqueira Rodrigues
worked on translations of this guide.

My gratitude goes to many others for your support and praise. I'm tempted to
quote you here, but it might raise expectations to ridiculous heights!
quote you here, but it might raise expectations to ridiculous heights.

If I've left you out by mistake, please tell me or just send me a patch!

Expand Down

0 comments on commit 89eb716

Please sign in to comment.