Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Git Command ## 설정과 초기화 <code shell> git config --global user.name “Your name” git config --global user.email “Your email address” </code> ### 저장소별 <code shell> git config user.name “Your name” git config user.email “Your email address” </code> open/git-command.txt Last modified: 2024/10/05 06:15by 127.0.0.1