git bash2 git branch 만들기 git에 업로드 할 파일에서 우클릭 - Git Bash Here 해줍니다 git branch로 현재 branch를 확인해줍니다. git branch branch이름 해주면 새로운 branch가 생성됩니다. git checkout branch이름 으로 해당 branch로 이동해주세요 apple branch로 이동한 상태에서 apple-test라는 .txt 파일을 하나 만들고 add, commit 해주었습니다. git checkout master로 master branch로 이동하면 apple-test 텍스트 파일이 사라진 것을 볼 수 있습니다. apple branch에서 만든 것이기 때문에 master branch에서는 볼 수 없는 것입니다. branch를 합치고 싶다면 git merge apple을 해줍.. 2021. 7. 7. Git Bash - download Git은 알아서 형상관리, 버전관리를 해주는 도구입니다. https://git-scm.com/downloads 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 먼저 git을 다운로드해줍니다. 운영체제에 맞는걸로 다운로드해줍니다. 다른 설정할 필요 없이.. 2021. 7. 4. 이전 1 다음 728x90 반응형