Scott Windsor
Scott Windsor
Example config: ``` [git-together] git-command = /usr/local/bin/git ``` or ``` [git-together] git-command = hub ``` This could also default back to relying on the shell's PATH and 'git' as the...
I've been spiking this in a branch: https://github.com/sentientmonkey/git-together/tree/configure-git-exec It does proxy out to the command now, but both intellij and magit bomb out trying to commit. I think the next...
I think based on #31 one approach could be parsing out all of the git flags before the subcommand and then preserving them to forward down into the git command...
Have also incorporated Mando's fix for documentation on installation instructions.
@dgonyeo @philips is this still a maintained project? @runcom thanks - will check out skopeo - do you know if it provides pulling OCI images?
Is there any issue I can track or follow for that support? Thanks for following up!
@runcom as a heads up, we have launched a registry that does support OCI images with our latest update to the EC2 Container Registry https://aws.amazon.com/about-aws/whats-new/2017/01/amazon-ecr-supports-docker-image-manifest-v2-schema-2/ I was able to test...