Add git configuration for work

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-27 20:31:27 +02:00
parent f527c444af
commit e901d3d45a
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 27 additions and 3 deletions

View file

@ -0,0 +1,20 @@
# SCRIPT NAME:
# .config/git/config.work
#
# AUTHOR:
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This is my work configuration for Git.
#
# USAGE:
# This file is automatically used by Git when inside a subfolder of ~/work.
[user]
name = Worker Severin
email = severin@work.ch
signingkey = ""
[alias]
# Create a commit and sign it off
c = commit