https://github.com/angular/angular
Raw File
Tip revision: caeb162513dbc4ef830c4928a91c399f262358b6 authored by Dylan Hunn on 20 January 2022, 01:36:11 UTC
release: cut the v13.2.0-rc.0 release (#44765)
Tip revision: caeb162
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