Skip to content

Instantly share code, notes, and snippets.

View Shereef's full-sized avatar
🏠
Working from home

Shereef Marzouk Shereef

🏠
Working from home
View GitHub Profile
@Shereef
Shereef / .gitconfig
Last active November 27, 2024 16:19
My git config
[user]
name = <REPLACE_ME>
email = <REPLACE_ME>
signingKey = <REPLACE_ME>.pub
[gpg]
format = ssh
[core]
editor = \"%USERPROFILE%\\AppData\\Local\\Programs\\Microsoft VS Code\\bin\\code\" --wait
untrackedCache = true
fsmonitor = true