-
There has to be a way to implement this. I think this should be essential once the pull requests are done though.
-
- [ ] Remote branch ahead/behind (see http://eseth.org/2010/git-in-zsh.html)
- [ ] Stash count (see http://eseth.org/2010/git-in-zsh.html)
-
I was trying to use git hooks to take some actions on a database during changing a branch (`checkout`), creating a branch (`branch`), deleting branch (`branch -d`) etc. Is there a specific reason why …
-
As a system, I want to Auto-bump version based on conventional commits, so that we can easily implement semantic versioning, and use consistent release/tagging conventions.
## Acceptance Criteria
…
-
With v0.3.1: I've tried to add multiple commands to a single hook, but they get overwritten and only the last one survives. Specifically, I'm trying to get npm, Composer, and Bower to all update on th…
-
Well, locomotive is nice, but doesn't have the magic and power of SilverFlask.
So I vote for adopting SilverFlask.
SilverFlask is love, SilverFlask is live.
Peace out,
- W
wolfv updated
9 years ago
-
Apollo has a pretty uniform code style, in part due to running prettier in a `lint-staged` command that calls prettier.
Would it be a good idea to add those settings to a `.prettierrc` in this repo…
-
Based on #477 and [other issues related to tag based completions](https://github.com/ms-jpq/coq_nvim/issues?q=is%3Aissue+tags) I was under the impression that Tag based completion leveraged existing t…
-
Like a lot of orgs we have all sorts of tools that expect you're working in a git repo (for pre-commit, deploy etc), which is a blocker for sapling adoption. I've played around some with hooks and sc…
-
- create data generation sql
- setup sqlfluff
- setup goland formatter files
- setup editorconfig
- setup mermaid for er
- setup sops
- setup github actions
- setup super lint
- setup openapi …