Git #2 Basics
Git Theory - 2 - Basics This part of Git series covers the basics like config, init, add, rm, .gitignore, commit, log, blame, diff, tag, describe, show and stash bobbydreamer.com 이번에는 local repository 안에서의 operation에 대해 다룬다. (basic이라기에는 너무 방대한 것 같은데;;) git help [-a | command (e.g. add, commit) | everyday] Command를 설명해주는 command 이다. 특히 'git help everyday'는 일반적으로 자주 쓰이는 command에 대한 manual을 web에 띄워..
2022. 12. 29.