a2074c33f0
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
#
|
|
# 2009 Nico Schottelius (nico-configfiles at schottelius.org)
|
|
#
|
|
# This file is part of nsconfigfiles.
|
|
#
|
|
# nsconfigfiles is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# nsconfigfiles is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with nsconfigfiles. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
|
|
[alias]
|
|
a = add
|
|
b = branch
|
|
ba = branch -a
|
|
bi = bisect
|
|
c = commit -s
|
|
cl = clone
|
|
ca = commit -a -s
|
|
co = checkout
|
|
d = diff
|
|
dc = diff --color
|
|
f = fetch
|
|
l = log
|
|
lc = log --color
|
|
lp = log -p --abbrev-commit
|
|
lpc = log -p --color --abbrev-commit
|
|
p = push
|
|
s = status
|
|
t = tag
|
|
|
|
[user]
|
|
email = nico@ikn.schottelius.org
|
|
name = Nico Schottelius
|
|
|
|
[http]
|
|
sslVerify=false
|
|
|
|
[pager]
|
|
status = true
|