-
Some machines may not have the git CLI tool installed, at which point when our `usdk create` command tries to init a git repo, it may crash.
A quick fix is wrapping it in a try-catch, and shoot a war…
-
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…
-
## 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…
-
**Is your feature request related to a problem? Please describe.**
In git managing multiple repositories often becomes a burden, so tools to help there come out,
- [git-workspace](https://github…
-
Out of the box:
```command
> uvx --with 'git+https://github.com/tox-dev/tox.git@MISTAKE#egg=tox' tox --version
Updating https://github.com/tox-dev/tox.git (MISTAKE) …
-
The following is another small improvement that my colleague and I observed while using the tool earlier today.
The two branches we were comparing contained a very large number of differences (3,45…
-
organization=nkdAgility
repository=azure-devops-git-tools
-
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…
-
Reproduced on current main
virt-lightning.yaml:
```- name: test_1
distro: ubuntu-22.04
memory: 1024
root_disk_size: 10
vcpus: 1
networks:
- network: test-vl
- network: tes…
-
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4264#019323b6-06ed-4e6a-8bb1-93b327b1ef20
Platform: Ubuntu
Logs:
```
Error: no native function or rule 'java_proto_lib…