git1 Git사용법 정리 # Satarting git git init # Registing name git config --global user.name "my_name" # Registing mail git config --global suer.email "my_email@gmail.com" # Checking name git config user.name # Checking mail git config user.email # Changed things checking git status # Changed things staying git add -A # Changed thinks commiting git commit -m "my_blablabla" # Checking commited list git log git log --.. 2020. 9. 26. 이전 1 다음