- copy_move_assign.cpp
- GitHub Setup
- Use gh to login
- Generate PAT
- Set git user name:
git config --global user.name "xxx"
- Set git socks proxy:
git config --global http.proxy 'socks5h://ip:port'
- Set vi as default editor:
git config --global core. editor "vi"
- GitHub Markdown syntax
- git Usage