Skip to content
Youngho Chaa cha cha
TwitterHomepage

Setting up Git

git1 min read

Associate VS Code with Git

Of course, you should have VS Code already on your machine. Open Terminal and type this command

git config --global core.editor "code --wait"

Automatically track remote branch

git config --global --add --bool push.autoSetupRemote true

Set up handy aliases

Refer to handy git aliases I uses day to day page

© 2024 by Youngho Chaa cha cha. All rights reserved.
Theme by LekoArts