diff --git a/home/linux/Setting-Up-Git.md b/home/linux/Setting-Up-Git.md index aadada9..94ee679 100644 --- a/home/linux/Setting-Up-Git.md +++ b/home/linux/Setting-Up-Git.md @@ -2,7 +2,7 @@ title: Setting Up Git description: Steps to get up and running with Git published: true -date: 2024-06-30T20:47:45.869Z +date: 2024-06-30T21:17:08.382Z tags: editor: markdown 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 color.ui auto git config --global pull.rebase false +git config --global core.editor "code --wait" + ``` 2. Create SSH Key