Skip to content

Instantly share code, notes, and snippets.

@Jakeo-93
Jakeo-93 / -
Last active December 15, 2025 21:56
intellishell
# [alias:fil] installing a flatpak from a local file
flatpak install --bundle {{path/to/flatpak}}
# [alias:ga] git add changes for commit
git add *
# [alias:gc] git commit with a message
git commit -m "{{message}}"
# [alias:gp] Pushes git commits to remote origin