Git
2021. 8. 6.
Git 명령어 정리
Git 설치하기 Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp git-scm.com Configure • $ git config --global user.name "name" • $ git config --global user.email "email address" • ..