mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
7 lines
184 B
Bash
Executable File
7 lines
184 B
Bash
Executable File
#!/bin/sh
|
|
gofmt -l -w -s ./src/cli/*.go
|
|
gofmt -l -w -s ./src/backend/*.go
|
|
git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE main.go README.md
|
|
git commit -m "$1"
|
|
git push
|