-
Notifications
You must be signed in to change notification settings - Fork 1
/
.fancom
41 lines (30 loc) · 1.12 KB
/
.fancom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ____
# / __/___ _____ _________ ____ ___
# / /_/ __ `/ __ \/ ___/ __ \/ __ `__ \
# / __/ /_/ / / / / /__/ /_/ / / / / / /
# /_/ \__,_/_/ /_/\___/\____/_/ /_/ /_/
#
# Fancy Commit Manager Config file
# https://github.com/michalbe/fancom
# Name of the repository, default: name of the current repo
#reponame="reponame"
# Do we want to push to the temporary branch?
pushtotemp=0
# After pushing to the repo, what branch needs to be compared?
#comparewith="branch to compare"
# Suffix added to the temporary created, developer's branch, default: 'temp'
#devsuffix="temp"
# Set to `1` to add random emoji file to the commit message, default: no
emoji=1
# Add all the changes made in the repo to the commit, default: no
#addall=1
# Prefix added to the commit message, default: [REPONAME]
#prefix="Shit's on fire yo"
# Add branch name to the prefix of the commit, default: no
#branchincommit=1
# Skip the prefix in the commit message, default: no
noprefix=1
# Open github compare page in the browser after succesfull push
opencompare=0
# Github username, default: username of the owner of the current repo
#author="authorname"