https://github.com/angular/angular
Raw File
Tip revision: 7ab718176329e31bd1374df8cc26a2e3cab45c9d authored by Dylan Hunn on 25 March 2022, 19:40:11 UTC
release: cut the v14.0.0-next.9 release (#45442)
Tip revision: 7ab7181
gitconfig
# The file is inert unless it's explicitly included into the local git config via:
#
# ```
# git config --add include.path '../.ng-dev/gitconfig'
# ```
#
# Calling that command will append the following into `.git/config` of the current git workspace
# (i.e. $GIT_DIR, typically `angular/.git/config`):
#
# ```
# [include]
#     path = ../.ng-dev/gitconfig
# ```
[commit]
  template = .gitmessage
back to top