Giter VIP home page Giter VIP logo

tutorial-git-workflow's Introduction

기본적인 깃 사용법을 숙지하고 협업을 준비해봅시다.


😄 git 사용법

사전 작업

  • git을 사용하기 위해서는 config에 사용자 정보를 우선 등록 해야합니다.
  • git config --list 명령어를 입력하여 설정을 확인할 수 있습니다.
$ git config --global user.name "JongwanKim"          //사용자 이름 설정
$ git config --global user.email "[email protected]" //사용자 email주소 설정

😀 준비하기

  • 기본적인 git 사용법이 숙지되었다면, 튜토리얼 진행을 위해 프로젝트를 다운로드 해야합니다.
  • git clone 명령어 사용 방법입니다.
$ git clone {원격저장소URL}

스크린샷 2023-04-28 오후 4 00 18

  • repository 화면에서 code 버튼을 클릭하면 주소를 쉽게 복사할 수 있습니다.
  • 터미널을 실행 후 적당한 디렉토리로 이동하여 git clone https://github.com/Media-Changbi/tutorial-git-workflow 를 입력해줍시다.

😀 설명

day01

  • 저장소 clone, commit, push 등 기본적인 사용법

day02

  • branch 분기, pull request 요청 등 협업을 위한 기능

day03

  • 원격 저장소의 수정 사항을 로컬 저장소에 반영

day04

  • 소스코드 병합과 충돌 시 해결 방법

day05

  • SourceTree 사용하기

tutorial-git-workflow's People

Contributors

jk-kim4 avatar kim-jongwan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.