Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Git Commit Message Template to the Repository #94

Commits on Jan 5, 2024

  1. Add git commit message template to the repository

    Why:
    * This helps to have a common commit message structure,
    * This also helps to identify problems while writing the answers to these questions.
    
    Changes to be committed:
    	new file:   .gitmessage
    franziska-wegner committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6848319 View commit details
    Browse the repository at this point in the history
  2. Add repository git config that includes the git commit message template

    What:
    * This file needs to be included by each developer using the local command to have it repository dependent
    
    Use:
    * git config --local include.path ./.gitconfig
    
    Changes to be committed:
    	new file:   .gitconfig
    franziska-wegner committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    851a3ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b167e8f View commit details
    Browse the repository at this point in the history