-
I'm using the hooks to handle docker-composing up / down containers as I create or switch between worktrees. The only issue I have is that there's no pre-delete hook that would allow me to run docker-…
-
It will be very nice if this RepoCop can be used for git repositories.
For example I want to check if a Jira-Track was entered in the commit message. A Jira-Track is defined by a project matchcode …
-
The example in the Debug scripts lists parameters passed via STDIN. I've been searching through all the documentation and other than mentions of GLOBAL VARIABLES and potential positional parameters I …
-
Hello there! I recently find that lazygit has no support for the `git pre commit`.
## Case 1
when I write the git commit message and press down the `Enter`,lazygit will wait a moment (depends o…
-
## Issue description
I develop a custom hook [1] for Mercurial and Git (experimental). It works for Mercurial really good with SCM-Manager and I tried git now.
But it seems SCM-Manager do not provid…
-
As per the [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy), `gx` should try to defer as many ecosystem-specific policy decisions and logic to external programs, focusing on sane defau…
-
- Gogs version (or commit ref): 0.10.1
- Git version: git version 1.9.5.msysgit.1
- Operating system: Windows 2012R2
- Database (use `[x]`):
- [ ] PostgreSQL
- [ ] MySQL
- [x ] SQLite
-…
-
Someone should be able to easily integrate sustainable CI into their github hooks.
-
The example seems not working, does anyone have a working code for this model ?
```
Cell In[22], line 10
7 images.long()
9 # Pass the sample tensors to the model's forward function
--…
-
## **Commit Formats**
### **Default**
```
():empty separator lineempty separator line
```
- subject와 body에는 한글/영어를 혼용 가능.
### **Types**
- `feat` : 기획과 관련한 기능 추가 및 삭제
- `fix` : 버그 수정…