Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrzej3393/slunskigit
Dodej trocha wůnglu do swojygo gita!
https://github.com/andrzej3393/slunskigit
Last synced: 2 months ago
JSON representation
Dodej trocha wůnglu do swojygo gita!
- Host: GitHub
- URL: https://github.com/andrzej3393/slunskigit
- Owner: andrzej3393
- Created: 2018-11-22T11:57:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T12:49:25.000Z (about 3 years ago)
- Last Synced: 2024-06-05T03:34:42.388Z (7 months ago)
- Size: 5.86 KB
- Stars: 88
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- dev-stuff - Ślůnski git
README
Ślůnski git
===========Dodej trocha wůnglu do swojygo gita!
------------------------------------Zainspirowany [podlaskim gitem](https://github.com/maciejkorsan/podlaskigit) postanowiłem utworzyć śląską wersję git aliasów.
Aby z nich skorzystać, jedyne co musisz zrobić to dodać poniższe linijki do pliku `~/.gitconfig`.
```
[alias]
dodej = add
wyciep = rm
szrajbnij = commit
haja = blame
ftoryciul = blame
inkszy = checkout
kamerlik = stash
tasza = stash
upa = stash pop
nazot = revert
gichnij = push
ciulnij = push -f
abszlag = merge --abort
niy = merge --abort
narychtuj = init
tukej = clone
dej = clone
asta = branch
loboc = show
glancuj = commit --amend
pierona = !git reset HEAD~1 --mixed
nahasiok = reset HEAD --hard
geszichta = log
gyszichta = log
gorolski = remote
rajch = remote -v
sztof = diff
szychta = !git add -A && git commit -av
# wydupc stare asty / delete merged
ordnung = "!git branch --merged | grep -v '\\*' | xargs -n 1 git branch -d; git remote -v update -p"
naszteluj = config
kajtoje = grep
```