An open API service indexing awesome lists of open source software.

https://github.com/coveooss/git-coveo

git scripts, hooks and utilities
https://github.com/coveooss/git-coveo

Last synced: about 2 months ago
JSON representation

git scripts, hooks and utilities

Awesome Lists containing this project

README

        

# git-coveo
git scripts, hooks and utilities

# installation

```bash
git clone https://github.com/coveo/git-coveo.git $HOME/Developer/git-coveo

ln -s $HOME/Developer/git-coveo/hooks $HOME/.githooks

git config --global core.hooksPath $HOME/.githooks

git config --global jira.url https://myjira.atlassian.net/browse
```