m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/git.md
blob: e9bbbfeac0d52bb898ac6b10067ca69959ab80b8 (plain)
1
2
3
4
5
6
# Git tips and tricks

## Setup name and email

    git config --global user.name "Name"
    git config --global user.email "name@place.com"