-
Add a git panel to allow users to use git within Codebot. The panel should also be smart enough to detect any `.git` directory in the project and start using it for source control.
I think the best w…
-
### What happened
Ubuntu 24.10 replaced the wireless-tools package with the iw package.
in order to get moonraker installed I have to manually install the iw package and manually delete the wireles…
-
```
PharoCommonTools class >> worldMenuOn: aBuilder
(aBuilder item: #'System Browser')
parent: #Browsing;
action: [ self tools openClassBrowser ];
order: 0;
keyText: 'o, b';
…
-
Add git information. Add a way to select what packages we want to see git status for
I already do this on my git checkout for SMF
I should add a sections saying "clean" or "modified" to indicat…
-
I thought it might be because I have skipped a few tests for now because they don't play ball when running with mutmut, but I commented them out and the result was the same.
Should [this line](http…
-
## UseCase
Usecase | cmd
-- | --
查看所有tag | `git tag`
查看匹配某些类型的标签 | `git tag -l 'v1.4.2.*'`
创建一个含附注类型的标签 | `git tag -a v1.4 -m 'my version 1.4'`
给某一个commit 打 tag | `git tag -a v1.2 9fceb02`
pu…
-
Package: hidapi:x64-windows-asan@0.14.0#1
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.39.33520.0
- vcpkg-tool version: 2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321
vcp…
-
### Description
tl;dr `swift install` is a command that builds the default execuatble target in release mode, and copy the result somewhere.
The *somewhere* should default to a fixed location th…
-
organization=nkdAgility
repository=azure-devops-git-tools
-
**Task (REQUIRED):**
A lot of first-party code doesn't conform to the .clang-format rules (600+ files when I ran it).
This raises a question for new contributors: "should I follow the existing s…