Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
github:유용한 기능들
Search
AhnSeongHyun
February 23, 2018
Technology
0
1.8k
github:유용한 기능들
github 의 유용한 기능들에 대해서 설명한
사내 세미나 자료
AhnSeongHyun
February 23, 2018
Tweet
Share
More Decks by AhnSeongHyun
See All by AhnSeongHyun
Django ORM에서는 어떻게 SQL Where절 조건 순서를 고정할 수 있을까?
ahnseonghyun
0
290
개발자 커리어 : 두려움이 이끄는 대로
ahnseonghyun
0
1.6k
개발자는 어떤 일을 하는 걸까?
ahnseonghyun
0
470
SQLAlchemy CustomTypes
ahnseonghyun
0
950
5번째 회사 그리고 레이니스트
ahnseonghyun
0
230
리부트 : 경력자에게도 수습이 필요한 순간
ahnseonghyun
0
2.4k
MQTT 를 이용한 주문 시스템 개선
ahnseonghyun
0
1.2k
CNN MNIST Tutorial
ahnseonghyun
0
95
카피캣으로 시작하는 오픈소스
ahnseonghyun
0
1.4k
Other Decks in Technology
See All in Technology
Rubyの国のPerlMonger
anatofuz
3
730
ソフトウェア開発プロジェクトでの品質管理への提案(温故知新)
yohwada
0
100
AI コードレビューが面倒すぎるのでテスト駆動開発で解決しようとして読んだら、根本的に俺の勘違いだった
mutsumix
0
160
製造業の課題解決に向けた機械学習の活用と、製造業特化LLM開発への挑戦
knt44kw
0
150
Oracle Cloud Infrastructure:2025年7月度サービス・アップデート
oracle4engineer
PRO
1
110
マルチプロダクト×マルチテナントを支えるモジュラモノリスを中心としたアソビューのアーキテクチャ
disc99
0
250
2025-07-31: GitHub Copilot Agent mode at Vibe Coding Cafe (15min)
chomado
2
360
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
5
1.6k
専門分化が進む分業下でもユーザーが本当に欲しかったものを追求するプロダクトマネジメント/Focus on real user needs despite deep specialization and division of labor
moriyuya
0
950
私とAWSとの関わりの歩み~意志あるところに道は開けるかも?~
nagisa53
1
160
【CEDEC2025】『Shadowverse: Worlds Beyond』二度目のDCG開発でゲームをリデザインする~遊びやすさと競技性の両立~
cygames
PRO
1
290
AIに全任せしないコーディングとマネジメント思考
kikuchikakeru
0
430
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.7k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
How to train your dragon (web standard)
notwaldorf
96
6.1k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Embracing the Ebb and Flow
colly
86
4.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
github : 유용한 기능들 안성현 @sh84ahn
[email protected]
WATCHING/STAR/FORK • WATCHING : 저장소의 이슈 및 수정 사항 구독
• STAR : 좋아요! • FORK : 내 저장소로 복사하기
PULL REQUEST • 원 저장소의 소스/문서에 수정 사항 보내기 •
코드 수정 및 문서 수정 사항 커밋 & 푸시 • 내 FORK 된 저장소 => 원래 저장소
PULL REQUEST • PR 반영의 절차들: § 테스트 자동화/CI 연동
§ Review Requested : 타인에게 코드 리뷰 요청하기 § 코드 리뷰 및 토론 § merged 예제) https://github.com/pallets/flask/pull/2635
WIKI • 프로젝트에 필요한 문서화 작업 장소 제공
INSIGHT • 저장소에 기여하고 있는 수치 및 방문자 등 표시
– pulse – contributors – community – traffic – commits – code frequency – dependency graph – network – forks
INTEGRATION & SERVICE • 저장소와 연결할 서비스 선택 • email,
jira, twitter, slack, firebase, travis-ci 등 • 수많은 서비스와 연결 가능 • 각 저장소에 특화된 자동화 워크플로워 구성 가능
INTEGRATION & SERVICE • travis-ci – 저장소 내 .travis.yml 에
절차를 명시 – 코드 업데이트 시, 지정한 테스트 수행 – 원하는 버전 지정해서 테스트 가능 – 테스트 통과 여부 체크, 테스크 커버리지 체크 – 기타 원하는 작업 가능
GITHUB PAGE • 정적 웹페이지 호스팅 제공 • {user}.githun.io, 커스텀
도메인 가능 • 블로그 및 사이트에 활용 – https://github.com/kakao/kakao.github.io – http://tech.kakao.com • 정적 페이지 생성 툴 : https://www.staticgen.com/
EXPLORE • 수많은 깃허브 저장소에 대한 분류 및 필터링 제공
• trending – 기간별 핫한 저장소 혹은 개발자 리스팅 – 언어별로 필터링 가능 • topic : 다양한 주제에 대한 저장소 리스팅 • resources – 오픈소스 가이드, 개발자 프로그램 등의 github 에서 제공하는 가이드 사이트
GIST • short code snippets • 문법 하이라이팅 제공 •
타 유저의 리뷰기능, 검색기능 제공 • 블로그 포스팅에 유용하게 사용 예제) - https://gist.github.com/dalegaspi/dec44117fa5e7597a559 - https://gist.github.com/shahn84/5f1cb68e792aa7313764bd878132f78a
감사합니다.