git init
git add .
git status
git commit ← template 적용해둠, 소환! or git commit -m “chore : First init” 강제 입력
git remote add origin <Github url>
git push --set-upstream origin master
git switch -c <function name>
git switch <function name>
cloning
gh auth login
when logined with browser.
gh repo clone yzpocket/javajungsuk3
.gitignore rm
git ls-files -c
git rm src/main/resources/application.properties --cached
.gitignore 재작성
git ls-files -t
git ls-files -t —others
git add .
git commit -m “docs : Untrack <Untracked file> reason”