-
#### Tell us about the task you want to perform and are unable to do so because the feature is not available
Add GIT integration
#### Describe the solution/feature you'd like us to add
Implement …
-
I need to use it, wanted to check your content, didn't find it
-
These measurements surprised me:
``` r
dir user system elapsed
#> 0.019 0.002 0.105
gert::git_commit(message = "Test")
#> [1] "b49672895dc220cb508a17b1b716558b9d11fb6a"
```
Crea…
-
**Is your feature request related to a problem? Please describe.**
`daytona gp add` only works interactively which means it isn't supported when using scripts.
**Describe the solution you'd like**…
-
[git patch-id](https://git-scm.com/docs/git-patch-id) provides a sort-of unique ids for the information in a commit. It is basically "a sum of SHA-1 of the file diffs associated with a patch, with lin…
-
For the inline git blame annotations (from https://github.com/microsoft/vscode/issues/205424#issuecomment-2504143954), hovering over them shows more details about the commit as well as some acti…
-
-
Add gitness from harness/gitness.
Regards
-
**Problem description**
When you revert a deleted file, it shows up as "Untracked".
If one has multiple untracked files (for reasons), then it's impossible* to add it from the UI.
*Within rea…
-
echo "# stunning-couscous" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/WILL3698-star/stunning-couscous.git git push…