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
- Host: GitHub
- URL: https://github.com/coveooss/git-coveo
- Owner: coveooss
- Created: 2017-07-26T15:13:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T17:36:31.000Z (8 months ago)
- Last Synced: 2025-03-26T21:22:31.746Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-coveoln -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
```