git commands

주로 hugo 사용하면서 썼던 것들

git status
git add .
git commit -m 'commit log 1'
git push origin master
hugo
cd ./public/
git status
git add .
git commit -m 'commit log 1'
git push origin master

 
 
submodule을 포함한 Repo를 clone할 때 명령어 옵션 --recurse-submodules

git clone --recurse-submodules https://github.com/j3rrry/hugo-site.git
Avatar
j3rrry
정보보호 컨설턴트

4년제 졸업했으며 취업연계 교육을 받았으며 CTF 참가하는 것을 좋아합니다.

comments powered by Disqus