James Harris
James Harris
**Please describe your use case / problem.** I am trying to work around a `502 Bad Gateway` issue that occurs when accessing our application(s) after terminating an intercept. The `502`...
When initialising a new repository the default branch name is always `master`, even if the user has configured a different default in their global configuration file. I am not sure...
### Description I would like to propose a new `-target-file` flag, which, if provided would: 1. Generate a single Go file instead of many files 2. Preclude the use of...
### What problem are you facing? I would like to use EKS pod identities to grant the provider access to AWS, as an alternative to IRSA ### How could Crossplane...
I'm not sure of the state of LFS support in the `go-git` library that we use (though I do know that most builds of Grit don't support cloning repos with...
The primary driver behind this is to create `main` branches for GitHub repositories, instead of `master`. As it stands `go-git` is hardcoded to make a `master` branch. I have created...
Accepts the same parameters as 'clone' but inits a new empty repo and sets up the remote. Perhaps later it could create the repo through GH/BitBucket APIs, but the `hub`...
Equivalent to `git log --branches --not --remotes`. - [x] warn about uncommitted changes - [ ] warn about unpushed commits
Currently the slug is indexed exactly two levels deep. That is the slug `foo/bar` is indexed as: - `foo/bar` - `bar` This 'tail matching' should extend to an arbitrary number...
If you are in a subdirectory of a git clone, `grit cd` should return you to the root of that clone.