|
|
|
@ -10,4 +10,9 @@ update_make:
|
|
|
|
|
update_all:
|
|
|
|
|
git add --all
|
|
|
|
|
git commit -m "Updated everything. Further explanation in README"
|
|
|
|
|
git push -u origin main
|
|
|
|
|
|
|
|
|
|
update_domain:
|
|
|
|
|
git add domain/
|
|
|
|
|
git commit -m "Updated domain. Further erxplanation in README"
|
|
|
|
|
git push -u origin main
|