Files
asusctl/push_fix.sh
2026-01-29 19:22:36 +01:00

7 lines
275 B
Bash

#!/bin/bash
echo "Pushing refactored code to 'feat/aura-animations'..."
git push myfork feat/aura-animations
echo "---------------------------------------------------"
echo "Done! Now create a Merge Request:"
echo "https://gitlab.com/afterglow2/asusctl/-/merge_requests/new"