Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 32ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
g

git

Recently created Least recently created Recently updated Least recently updated
anthony

anthony / Git configs

Last active 1 month ago dotfiles git

My favourite global .gitconfig with aliases (ru comments)

0 0 2
1 [user]
2 # ...
3 # signingkey = <key>
4 # git config user.signingkey ... -- установить ключ
5 [commit]
6 gpgSign = true
7 [tag]
8 gpgSign = true
9 [push]
10 default = current