-
My global git config does not have a username or email set in it, meaning that commits fail in new repositories unless I set those options. (So that I don't upload commits with the wrong username to a…
-
### Current Situation
### Proposed Change
---
This (meshery) code repository is really big. Is there any way to optimize it?
![image](https://github.com/user-attachments/assets/b3ffb815-e8…
-
Howdy
Thanks so much for sharing this exciting project!
-
As `git` started to support [SSH signing since yesterday](https://github.com/git/git/pull/1041), I am polling interest to start supporting this in `go-git`. While we are at it, it would likely be bene…
-
[It's not a `fetch-depth` problem.]
Hello! I have some code that calls `PlainCloneContext` with a local `.git` dir as the `URL`. It works fine when I run it on my Macbook, and when I run it on my L…
-
helpful for (and should be supported only in) the continuous mode:
https://github.com/cstanislawski/grafana-db-exporter/issues/24
examples of metrics to export:
- `grafana_dashboards_export_total…
-
### Description
I have a self hosted appsmith instance with docker. Git integration has been working for weeks but now fails when I try to commit changes.
The git operation http://localhost/api/…
-
It seems Voom can't see merge commits. If I `lein voom freshen` with a merge commit as the `:sha` I get the error `No matching version found for: deplib/deplib {:allow-snaps false, :freshen true, :rep…
-
It is clear that https://rot256.dev/post/pass/ has several good points about issues in the security model of pass (and similarly gopass, as if I understand correctly gopass does things very similar to…
-
Here's a quick refresher on using git branches and merging when collaborating with others:
Create a branch to work on a new feature or bug fix: `git checkout -b new-feature`
Work on your branc…