2022-11-03 10:29:13 +01:00
|
|
|
#!/bin/bash
|
|
|
|
git config --local alias.ahfange init
|
|
|
|
git config --local alias.tuedezue add
|
2022-11-03 11:01:36 +01:00
|
|
|
git config --local alias.beschuldig blame
|
|
|
|
git config --local alias.zieh pull
|
2022-11-03 10:29:13 +01:00
|
|
|
git config --local alias.druck push
|
2022-11-03 11:01:36 +01:00
|
|
|
git config --local alias.machnah clone
|
|
|
|
git config --local alias.hol fetch
|
2022-11-03 10:29:13 +01:00
|
|
|
git config --local alias.zwiigab branch
|
|
|
|
git config --local alias.buechiih commit
|
2022-11-03 11:01:36 +01:00
|
|
|
git config --local alias.eich rebase
|
|
|
|
git config --local alias.erd rebase
|
2022-11-03 10:29:13 +01:00
|
|
|
git config --local alias.gahufwiifelde rebase
|
2022-11-03 11:01:36 +01:00
|
|
|
git config --local alias.vergliich diff
|
2022-11-03 10:29:13 +01:00
|
|
|
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 11:01:36 +01:00
|
|
|
git config --local alias.pflueckhimbeeri cherry-pick
|
2022-11-03 10:29:13 +01:00
|
|
|
git config --local alias.buechuus checkout
|
2022-11-03 11:01:36 +01:00
|
|
|
git config --local alias.quaetsch 'merge --squash'
|
|
|
|
git config --local alias.pfudle 'push --force'
|
|
|
|
git config --local alias.beschuldigung blame
|
|
|
|
git config --local alias.zwiigli branch
|
2022-11-03 10:29:13 +01:00
|
|
|
git config --local alias.tagebuech log
|
2022-11-03 11:01:36 +01:00
|
|
|
git config --local alias.versteck stash
|
2022-11-03 10:29:13 +01:00
|
|
|
git config --local alias.zuestand status
|
2022-11-03 11:01:36 +01:00
|
|
|
git config --local alias.markierig tag
|