Add script for installing git-auf-deutsch
This commit is contained in:
parent
67a8fa8aa1
commit
60b4969c7c
2 changed files with 37 additions and 0 deletions
|
@ -70,3 +70,6 @@ git config --global user.email "m@nuth.ch"
|
|||
|
||||
# Install General Packages from APT
|
||||
source "$softwareRoot/apt-packages.sh"
|
||||
|
||||
# Troll Stuff
|
||||
source "$softwareRoot/git-auf-deutsch.sh"
|
||||
|
|
34
scripts/PopOS/software/git-auf-deutsch.sh
Executable file
34
scripts/PopOS/software/git-auf-deutsch.sh
Executable file
|
@ -0,0 +1,34 @@
|
|||
#!/bin/bash
|
||||
git config --global alias.ahfange init
|
||||
git config --global alias.tuedezue add
|
||||
git config --global alias.beschuldig blame
|
||||
git config --global alias.zieh pull
|
||||
git config --global alias.druck push
|
||||
git config --global alias.machnah clone
|
||||
git config --global alias.hol fetch
|
||||
git config --global alias.zwiigab branch
|
||||
git config --global alias.buechiih commit
|
||||
git config --global alias.eich rebase
|
||||
git config --global alias.erd rebase
|
||||
git config --global alias.gahufwiifelde rebase
|
||||
git config --global alias.vergliich diff
|
||||
git config --global alias.tuezemme merge
|
||||
git config --global alias.versorg stash
|
||||
git config --global alias.markier tag
|
||||
git config --global alias.pflueckoepfel cherry-pick
|
||||
git config --global alias.pflueckhimbeeri cherry-pick
|
||||
git config --global alias.buechuus checkout
|
||||
git config --global alias.quaetsch 'merge --squash'
|
||||
git config --global alias.pfudle 'push --force'
|
||||
git config --global alias.beschuldigung blame
|
||||
git config --global alias.zwiigli branch
|
||||
git config --global alias.tagebuech log
|
||||
git config --global alias.versteck stash
|
||||
git config --global alias.zuestand status
|
||||
git config --global alias.markierig tag
|
||||
|
||||
{
|
||||
echo ""
|
||||
echo "# Git auf Thurgauerisch"
|
||||
echo "alias totsch='git'"
|
||||
} >> ~/.bashrc
|
Loading…
Reference in a new issue