Notice
Recent Posts
Recent Comments
Link
«   2024/06   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Tags
more
Archives
Today
Total
관리 메뉴

JS Coding

[GitHub] Git 기초 정리 본문

ETC

[GitHub] Git 기초 정리

JSKJS 2024. 3. 6. 10:41
  1.  Git 가입

       홈페이지에 들어가서 일단 회원가입 진행

 

 

GitHub: Let’s build from here

GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...

github.com

 

  • 회원가입 후 Git Bash 설치 ( 소스코드 나중 작성)

      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

 

 

 

 

      * 진행 과정에 기본 설정으로 진행하여 다운로드 진행

 

2. GitBash 활용하여 프로젝트 관리

 

   - 프로젝트 폴더로 이동

   - 폴더 내 마우스 우 클릭 하여 Git Bash Here  클릭하여 명령창 열기

 

  

 

 

** 브랜치 생성하고 브랜치에서 commit 할 경우 push 까지 같이 동시진행 됨 !

 

3. SoureTree 를 이용하면 더욱 간편히 관리 가능