Go CLI that wraps the Gitea API and git to create repos, commit, push, and pull without leaving the terminal. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
64 B
Go
8 lines
64 B
Go
package main
|
|
|
|
import "gtea/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|