Git Cheatsheet

### install gh in ubuntu 24.04

```bash

sudo snap install gh

gh auth login

```

Disable git prompt for credentials

bash GIT_TERMINAL_PROMPT=0 windows

configure the local repository to use the specified username and email address

git config user.name "Xudong ZHAO"
git config user.email "xudong.zhao@protonmail.com"