GitHub

TIL

[TIL] LeetCode 문제풀이, 팀 프로젝트 회의

1. LeetCode 문제풀이https://sfida.tistory.com/105 [Dart] 228. Summary Ranges1. 문제 https://leetcode.com/problems/summary-ranges/description/?envType=study-plan-v2&envId=top-interview-150   2. 요구사항1) 정렬된 정수 배열 nums가 주어진다.2) 연속된 숫자들을 하나의 범위로 묶어 문자열 형태로sfida.tistory.com   2. 팀 프로젝트 회의- 프로젝트 설명 작성- 와이어프레임 제작- GitHub Project 생성- Issue 생성- 역할 분담- 코딩 컨벤션- 커밋 컨벤션- 브랜치 전략- Ground Rule- 프로젝트 구조 3. 회고처음으로 팀 프로젝..

Git

[Git] Git Download 깃 설치하기 : 초보자를 위한 상세 가이드

안녕하세요 :) 오늘은 깃(Git) 설치하는 방법에 대해 알아보도록 하겠습니다. 1. 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 사이트에 접속해서 운영체제에 맞는 아이콘을..