-
# Git Submodule - Breaking Branches
[https://hommalab.io/posts/git/git-submodule/](https://hommalab.io/posts/git/git-submodule/)
-
I just grabbed this project off the repo, tried a build with ye olde 'mvn package' and got:
[ERROR] Exception while executing SCM command.: Error while executing command. Error while executing proc…
-
**Is your feature request related to a problem? Please describe.**
It looks like terramate has several great features, but it's pretty difficult to evaluate them individually when they are tightly co…
-
## URL to the linked Repository or Organization
https://github.com/
## Steps to reproduce the problem
1.
2.
3.
## What is the expected result?
## What happens instead?
## Any other information…
-
My local git tags get broken.
-
- I was able to find an [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen) or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue almost matching what I'm seein…
-
Learn common git commands and features
1. git clone
2. git remote add
3. git checkout -b
4. git add
5. git commit
6. git push
7. git reset
8. git revert
9. config git
10. gitignore
-
With irmin 3.9.0, checkseum 5.1.0 and optint 3.0, I got a corrupted git repo
```
open! Lwt_result.Syntax
module Store = Irmin_git_unix.FS.KV (Irmin.Contents.String)
module Sync = Irmin.Sync.Make (…
-
-
It would be cool to support some kind of `git bisect`-like workflow with Icechunk. Allowing the user to narrow down on a commit which changed the data in a certain way that's relevant to them. e.g. im…