-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/ghi-#1-snowblock-git' into develop
- Loading branch information
Showing
5 changed files
with
571 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# +------------+ | ||
# + Snowblocks + | ||
# +------------+ | ||
# +--- git ---+ | ||
gitconfig_auth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# [!][~]<ISSUE_ID>[<TYPE>](<SCOPE>): <HEADLINE> | ||
# BLANK_LINE | ||
# <SUMMARY> | ||
# BLANK_LINE | ||
# <SEPARATOR_LINE> | ||
# <FOOTER_CONTENT> | ||
|
||
# Subject line <= 50 characters | ||
# Summary & Footer block <= 72-character wordwrap | ||
# Separator Line <= 72-character wrapped | ||
# | ||
# ! | ||
# Breaking change marker | ||
# ~ | ||
# Deprecation marker | ||
# <TYPE> | ||
# * bugfix | ||
# * improvement | ||
# * maintain | ||
# * refactor | ||
# * test | ||
# <SCOPE> | ||
# * assets | ||
# * cleanup | ||
# * dependencies | ||
# * documentation | ||
# * performance | ||
# * resources | ||
# * security | ||
# * style | ||
# * toolset | ||
# | ||
# Example | ||
# [JIRA-578][bugfix](security): Fix memory leak in "load()" method | ||
# ---------------------------------------------------------------------- | ||
# Arctic Ice Studio "Glacier Git 0.24.0" Git Commit Message Template | ||
# https://github.com/arcticicestudio/glacier-git | ||
# This template is designed for the "gitflow" branching model. | ||
# http://nvie.com/posts/a-successful-git-branching-model |
Oops, something went wrong.