Skip to content
Snippets Groups Projects
  1. May 18, 2021
  2. Feb 10, 2021
  3. Oct 29, 2020
    • Karel Koci's avatar
      Add project specific gitconfig and more · 848af2d4
      Karel Koci authored
      This introduces primarily project specific config that includes new
      scripts and hook.
      
      Hook checks if commit we push to Gitlab server are correct. There are
      multiple checks:
      * Check naming convention
      * Check base (master vs develop)
      * Protect against forgotten develop push when pushing master
      
      In terms of aliases this adds:
      git new-mr:
        This opens web browser with new merge request on https://gitlab.nic.cz
        for current branch.
      git new-banch:
        This creates new branch interactively and should help users with
        naming convention.
      848af2d4
Loading