An open API service indexing awesome lists of open source software.

https://github.com/georgemandis/playful-git

A tongue-in-cheek list of helpful git aliases
https://github.com/georgemandis/playful-git

aliases gitaliases gitconfig

Last synced: 3 months ago
JSON representation

A tongue-in-cheek list of helpful git aliases

Awesome Lists containing this project

README

          

# Playful git aliases

A tongue-in-cheek list of helpful git aliases.

- https://george.mand.is/2023/03/playful-aliases-for-your-gitconfig/

|Alias|Git Command|
|-----|------------|
|break | branch|
|yolo | "!git add -A && git commit -m 'YOLO!' && git push --force"|
|gimmedat | pull|
|gimmedis | fetch|
|blablahblah | commit|
|squishes | merge|
|thank | blame|
|hm | log|
|hmm | diff |
|hidemysnacks | stash |
|gimmesnacks | stash pop|
|showmysnacks | stash list|
|doover | reset HEAD --hard |
|ohshit | "!git hidemysnacks && git doover"|
|grafitti | tag|
|ghosts | commit --allow-empty -m "BOO!"|
|yoink | clone|
|whatamidoingagain | diff --cached |

PRs welcome!