4 lines
113 B
Bash
Executable file
4 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
git add -A
|
|
git commit -m 'feat(backend): Phase 2.5 permission and share models'
|
|
git push origin main
|