Skip to content

Instantly share code, notes, and snippets.

View sheikhoo's full-sized avatar
🎯
Focusing

Mohammad Sadegh Sheikh Zahedi sheikhoo

🎯
Focusing
View GitHub Profile
@xavierfoucrier
xavierfoucrier / gpg-signing.md
Last active June 21, 2024 13:14
GPG signing with Git and Github Desktop

GPG signing – git github-desktop

Here is a short guide that will help you setup your environment to create signed commits or signed tags with Git locally. This has been extensively tested on Windows with Git and the Github Desktop application: I use it every day for my professional development projects.

I you face any issue, feel free to leave a comment below.

Summary

  1. Sign commits or tags
  2. Key passphrase
  3. Disable signatures
  4. Renew a GPG key
@megurock
megurock / .gitconfig
Last active April 29, 2023 02:54
.gitconfig
[user]
name = Eiji Meguro
email = eiji@fork.co.jp
[core]
autocrlf = input
editor = emacs -nw
[alias]
br = branch
st = status
cm = commit -m