mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
7 lines
275 B
Bash
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"
|