8000 GitHub - eslimaf/git_hooks: Useful git hooks integrated with JIRA
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eslimaf/git_hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful git hooks

Dependencies: http://jira-python.readthedocs.org/en/latest/

Usage:

Configure your git config file with the following attributes:

  • jira.url
  • jira.username
  • jira.password

Don't forget to give the file execution permission

  • chmod +x <script>

Features so far

  • Comment pattern enforcement
  • Branch naming convention enforcement
  • Tags naming convention enforcement
  • Add a comment on JIRA issue after a commit
  • Add a comment on JIRA issue after new branch creation
  • Add a comment on JIRA issue after branch deletion
  • Block push if JIRA issue is not on a certain status (ex. ON DEVELOPMENT)

Useful info

http://git-scm.com/docs/githooks.html

About

Useful git hooks integrated with JIRA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0