mirror of
https://github.com/danielauener/git-auf-deutsch.git
synced 2024-11-15 02:40:03 +00:00
Merge pull request #8 from amenk/patch-3
Umlaute / Imperativ / Tippfehler
This commit is contained in:
commit
7cd8bcdf82
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ Die tägliche Kommunikation in deutschen Entwicklungsteams, die `git`
|
||||||
_"Kannst du bitte pullen"_ oder _"Hast du gepusht"_ sind nur zwei
|
_"Kannst du bitte pullen"_ oder _"Hast du gepusht"_ sind nur zwei
|
||||||
der oft seltsam klingenden Konstruktionen.
|
der oft seltsam klingenden Konstruktionen.
|
||||||
|
|
||||||
Git auf deutsch schafft abhilfe!
|
Git auf deutsch schafft Abhilfe!
|
||||||
|
|
||||||
## Vorschläge
|
## Vorschläge
|
||||||
|
|
||||||
|
@ -52,10 +52,10 @@ Befehlen leider darauf verzichten. Nimm folgende Änderungen in Deiner `~/.gitco
|
||||||
vor:
|
vor:
|
||||||
|
|
||||||
git config --global alias.zieh pull
|
git config --global alias.zieh pull
|
||||||
git config --global alias.druck push
|
git config --global alias.drueck push
|
||||||
git config --global alias.zweig branch
|
git config --global alias.zweig branch
|
||||||
git config --global alias.verzweige branch
|
git config --global alias.verzweige branch
|
||||||
git config --global alias.ubergeben commit
|
git config --global alias.uebergebe commit
|
||||||
git config --global alias.erde rebase
|
git config --global alias.erde rebase
|
||||||
git config --global alias.vereinige merge
|
git config --global alias.vereinige merge
|
||||||
git config --global alias.bunkere stash
|
git config --global alias.bunkere stash
|
||||||
|
|
Loading…
Reference in a new issue