docs: update home/linux/Setting-Up-Git
This commit is contained in:
parent
36dc37b9fe
commit
c1fa656198
@ -2,7 +2,7 @@
|
|||||||
title: Setting Up Git
|
title: Setting Up Git
|
||||||
description: Steps to get up and running with Git
|
description: Steps to get up and running with Git
|
||||||
published: true
|
published: true
|
||||||
date: 2024-06-30T20:47:45.869Z
|
date: 2024-06-30T21:17:08.382Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-06-30T20:44:58.238Z
|
dateCreated: 2024-06-30T20:44:58.238Z
|
||||||
@ -22,6 +22,8 @@ git config --global user.email "yourname@example.com"
|
|||||||
git config --global init.defaultBranch main
|
git config --global init.defaultBranch main
|
||||||
git config --global color.ui auto
|
git config --global color.ui auto
|
||||||
git config --global pull.rebase false
|
git config --global pull.rebase false
|
||||||
|
git config --global core.editor "code --wait"
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
2. Create SSH Key
|
2. Create SSH Key
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user