config-files/.local/bin/grade

7 lines
123 B
Plaintext
Raw Normal View History

2023-06-29 14:14:27 -04:00
#!/usr/bin/env sh
git checkout -b grade
git add grade.adoc
git commit -m "Add grade"
git push --set-upstream origin grade