blob: 6ae7f6ca434381a9992789107311b7ee2a63be5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Contributed Files
## Commit Template
To install our commit template, use following command (use --global to use it in your global .gitconfig):
git config [--global] commit.template "~/path_to_leap_platform/contrib/leap-commit-template"
## Signing commits
We very much appreciate signed commits, you can stop forgetting it like this:
git config [--global] commit.gpgSign
|