git
This commit is contained in:
parent
4ff3bb92c3
commit
379492e084
1 changed files with 16 additions and 0 deletions
16
git/README.md
Normal file
16
git/README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Gaiety's Dotfiles
|
||||||
|
|
||||||
|
## git
|
||||||
|
|
||||||
|
Some basic git configuration steps
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Follow SSH steps for Github and Gitlab for adding a [ssh key](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git config --global config.name "Ava Gaiety Wroten"
|
||||||
|
git config --global config.email "ava@wroten.me"
|
||||||
|
git config --global core.editor "nvim"
|
||||||
|
git config --global push.default current
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue