2022-11-03 10:29:13 +01:00
|
|
|
#!/bin/bash
|
|
|
|
git config --local alias.ahfange init
|
|
|
|
git config --local alias.machnah clone
|
|
|
|
git config --local alias.zieh pull
|
|
|
|
git config --local alias.tuedezue add
|
|
|
|
git config --local alias.druck push
|
|
|
|
git config --local alias.pfudle 'push --force'
|
|
|
|
git config --local alias.zwiigli branch
|
|
|
|
git config --local alias.zwiigab branch
|
|
|
|
git config --local alias.buechiih commit
|
|
|
|
git config --local alias.gahufwiifelde rebase
|
|
|
|
git config --local alias.unterscheide diff
|
|
|
|
git config --local alias.tuezemme merge
|
|
|
|
git config --local alias.versorg stash
|
|
|
|
git config --local alias.markier tag
|
2022-11-03 10:37:23 +01:00
|
|
|
git config --local alias.pflueckoepfel cherry-pick
|
2022-11-03 10:29:13 +01:00
|
|
|
git config --local alias.buechuus checkout
|
|
|
|
git config --local alias.tagebuech log
|
|
|
|
git config --local alias.zuestand status
|
2022-11-03 10:53:41 +01:00
|
|
|
git config --local alias.beschuldig blame
|