Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 226 Bytes

File metadata and controls

12 lines (9 loc) · 226 Bytes

https://vitejs.dev/guide/static-deploy

Git Config

git config --global user.name "Test One"
git config --global user.email "test@test.com"

git config --get user.name
git config --get user.email
git config --list