LifeIsStrange / x0rzkov

x0rzkov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration

# Identity Name
git config --global user.name "x0rzkov"

# Identity Email
git config --global user.email "x0rzkov@protonmail.com"

# Editor Tool
git config --global core.editor subl

# Diff Tool
git config --global merge.tool filemerge

About

x0rzkov