This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # [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 |