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
- Host: GitHub
- URL: https://github.com/georgemandis/playful-git
- Owner: georgemandis
- Created: 2023-03-14T02:23:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T18:14:15.000Z (over 2 years ago)
- Last Synced: 2025-03-01T08:17:58.097Z (7 months ago)
- Topics: aliases, gitaliases, gitconfig
- Homepage: https://george.mand.is/2023/03/playful-aliases-for-your-gitconfig/
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!