capsci
capsci
Not all CLIs want to enforce POSIX standards Can cobra provide a way to choose between [pflag](https://github.com/spf13/pflag) vs non-POSIX flag parser?
**Is your feature request related to a problem? Please describe.** Having a publicly available docker image on [DockerHub](https://hub.docker.com/) will ease development environment setup (and also keep it consistent) **Describe the...
I'm unable to compile my code with go-billy dependencies. ``` > env GOOS=js GOARCH=wasm go build -v -o main.wasm cmd/addbranch/main/main.go /home/capsci/go/pkg/mod/github.com/go-git/go-billy/[email protected]/osfs/os_posix.go:8:2: build constraints exclude all Go files in /home/capsci/go/pkg/mod/golang.org/x/[email protected]/unix ```
I want to create a new repo and commit to new branch. Can someone please point out what am I missing? ```go func main() { InitNewRepo("[email protected]:xyz/uvw.git", // make sure repo...
> **Before Submitting:** Double-check that you are running the latest version of the plugin. The feature might have already been included 😄 **Is your feature request related to a problem?...
When run on Windows `*git.Worktree.Commit(message, &git.CommitOptions{})` produces error` (author field is required)` Surprisingly above code code runs fine when run on linux Any clue what I'm missing? As a quick...
eg. git-graph --branches=main,release3.0,develop