https://github.com/abougouffa/jujutsushi
Mirror for https://git.sr.ht/~puercopop/jujutsushi
https://github.com/abougouffa/jujutsushi
Last synced: 4 months ago
JSON representation
Mirror for https://git.sr.ht/~puercopop/jujutsushi
- Host: GitHub
- URL: https://github.com/abougouffa/jujutsushi
- Owner: abougouffa
- Created: 2024-11-02T00:06:34.000Z (over 1 year ago)
- Default Branch: __mirror
- Last Pushed: 2025-04-13T16:18:21.000Z (about 1 year ago)
- Last Synced: 2025-10-24T19:41:43.069Z (8 months ago)
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mirroring branch
[](https://github.com/abougouffa/jujutsushi/actions/workflows/mirror.yaml)
> [!NOTE]
> This branch is set a the default one for mirroring purposes. **To access the code, please check the [default branch](../../tree/default)**.
The `__mirror` branch is set as the **default** branch because of GitHub's schedule actions policy. The schedule actions can only be run on the default branch.
Therefore, if you are using this repo as an alternative to the default one, please make sure you specify the right branch (`default` in this case) in you recipe. Here is an example of such a recipe for `straight.el`:
```elisp
(use-package jujutsushi
;; Make sure you specify the "default" branch
:straight (:host github :repo "abougouffa/jujutsushi" :branch "default"))
```