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