test for windows env
1.git : https://easyprogramming.tistory.com/entry/Git-설치-방법-Windows-용
2.SourceTree : https://www.sourcetreeapp.com/
3.Visual Code : https://code.visualstudio.com/
4.HTML/CSS 작업을 위한 추천 확장 플러그인 : https://rgy0409.tistory.com/5106
. Auto Rename Tag
. Beauty : Ctrl+Shift+B
. CSS Peek
. CSS Preview
. HTML CSS Support
. htmltagwrap
. indent-rainbow
. markdown
mkdir ~/coding
cd ~/coding
git clone https://github.com/evadelzz1/test2.git
cd test2
date
date >> 1.txt
cat 1.txt
git add .
git commit -m "test"
git status
git push origin main