5 lines
88 B
Bash
5 lines
88 B
Bash
|
# add things to git
|
||
|
git add .
|
||
|
git commit -m "Update NixOS config."
|
||
|
git push origin main
|