kigahy / SIMPLER_AlgorithmStudy

My first study group at SSAFY with Python, 2024/07~2024/09 end.
0 stars 2 forks source link

SSAFY 12기 알고리즘 스터디 [심플러(Simpler)]

심플러(Simpler), 어려운 코드도 간단히 처리하는 사람들 엄살러

이미지

플랫폼

플랫폼(링크) 태그
백준 BOJ
SW엑스퍼트아카데미 SWE
프로그래머스 PGS

CS

스터디 규칙

프로그램

문제 풀이

발표

커밋 규칙

Repository clone

https://github.com/kimgahyeonn/algorithm.git

Repository 폴더 구조

{플랫폼}/[{문제번호}] {문제명}/{본인의 깃허브 이름}

본인의 Branch 생성

git checkout -b {본인의 깃허브 이름}/{주차명}

push

git add .
git commit -m "{주차명} : {플랫폼}/[{문제번호}] {문제명}"
git push origin {생성한 브랜치}

커밋 규칙 순서 예시

  1. git checkout -b gahyeonn/1week
  2. git add .
  3. git commit -m "kimgahyeonn_1week"
  4. git push origin kimgahyeonn_1week

Pull Request 생성

{본인의 깃허브 이름} : [{주차명}]

참고자료

  1. SeongukBack님
  2. CodeSquad-2023-BE-Study님