|
|
|
@ -11,3 +11,8 @@ 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
|