-
**Is your feature request related to a problem? Please describe.**
I use Cursor chat to generate the commit message and it works fine, but one problem is that my project uses a commit message specifi…
mutoe updated
1 month ago
-
Currently, we are unable to use another git services (codeberg, gitlab) to autoupdate appimages using the Update management feature, and other similar services could share this feature, so urls like:
…
-
# git add - 찬 GitBlog
$ git add - Add file contents to the index git add Index, 다른 말로 Staging Area 영역에 깃에 의해 추적되는 파일들의 상태를 기록하는 명령어이다. commit 을 수행하기 전 필수로 거쳐야할 단계이다. 깃은 왜 ad…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
We added support for git worktrees in #20164 but that doesn't seem to cover worktrees that were cr…
-
### Reproduction steps
This is quite hard to reproduce because I cannot, unless I modified the source code. So where I work we're playing with the packing API. We have a very simple code:
```
con…
-
I have a mono repo with two Python packages:
```
.
├── package1
│ ├── pyproject.toml
│ ├── README.md
│ ├── src
│ │ └── package1
│ │ └── __init__.py
│ └── uv.lock
├── package2
│ …
-
Currently Pocket Casts iOS and WordPress/Jetpack iOS access private Swift Packages.
[The logic in WordPress](https://github.com/wordpress-mobile/WordPress-iOS/pull/23424/files#diff-142564e41efc53da…
-
When cloning a repository, both git and libgit2 create a `remotes/origin/HEAD` symbolic ref which point to the remote's default ref. In libgit2, this is implemented in https://github.com/libgit2/libgi…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
I tried to run the eval workflow on this PR (from a fork): htt…
-
so (git add *) does not exist
(git add .) =(git add -A) it means : stage all ( new , modified , deleted ) files