Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View wnsgml972's full-sized avatar
🐶
Have a nice day!

JunHee Kim wnsgml972

🐶
Have a nice day!
View GitHub Profile
🌞 Morning 309 commits ███████▋░░░░░░░░░░░░░ 36.5%
🌆 Daytime 241 commits █████▉░░░░░░░░░░░░░░░ 28.5%
🌃 Evening 31 commits ▊░░░░░░░░░░░░░░░░░░░░ 3.7%
🌙 Night 266 commits ██████▌░░░░░░░░░░░░░░ 31.4%

Git 명령어 정리

Config

Init Global Config

git config --global user.name "KimJunHee"
git config --global user.email wnsgml972@gmail.com
git config --global core.editor "sublime_text -w"