-
rebuilding logback 1.5.9 https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/ch/qos/logback/README.md
source has crlf line ending
but mvn command has to be run with lf
(I…
-
-
## Description
In the "[Tools to be Successful](https://opensauced.pizza/learn/intro-to-oss/tools-to-be-successful)" chapter, we have this structure of sections:
```markdown
- GitHub & Git
…
-
### Overview
After updating Visual Studio Code to version `1.94.0`, VS Code no longer automatically detects the Git executable path, even though Git is installed and accessible through the system ter…
-
- Copilot Chat Extension Version:
- VS Code Version: 1.91.0
- OS Version: windows 11
- Logs: 2024-07-14 08:07:42.042 [error] [default] Error sending telemetry FetchError:
at fetch (c:\U…
-
`git pull --rebase` is a shorthand for `git fetch` and then a plain `git rebase`, as opposed as to the default `git merge`. The practical difference is that applying only the latter would not [fetch](…
-
@TomAlperin @mwallert @dunlavy @carlosvargas Please do a quick write up on the benefits of each of these and your suggestions on which to use at Shift3
-
Type: Bug
When I make changes to any file in an opened repo folder in VS Code, it does not show the changes in Source Control Tab.
But if after making the changes, when I close and open the repo fol…
-
I was having an issue with missing images, similar to #19 It looks like git-annex-remote-osf has been replaced by datalad-osf. I just deleted the AtlasPack folder, installed datalad-osf with `pip inst…
-
Newest distributions of git include `git restore` to discard changes, as opposed to variations on `git checkout` as referenced in earlier versions. Need to include pop-out mentioning these differences…