6 lines
125 B
Bash
6 lines
125 B
Bash
cd ~/linux-setup/
|
|
git add gnome-config
|
|
git commit -m "Update gnome settings"
|
|
git push
|
|
echo "Gnome settings pushed to github"
|