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
Software Development with Github
Search
Nathan Lilienthal
May 03, 2013
Programming
1
86
Software Development with Github
How Git and Github can make doing things right simple and easy.
Nathan Lilienthal
May 03, 2013
Tweet
Share
Other Decks in Programming
See All in Programming
PT AI без купюр
v0lka
0
220
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.2k
Perlで痩せる
yuukis
1
680
複数アプリケーションを育てていくための共通化戦略
irof
9
3.7k
GoのWebAssembly活用パターン紹介
syumai
3
9.3k
Blueskyのプラグインを作ってみた
hakkadaikon
1
470
Rails産でないDBを Railsに引っ越すHACK - Omotesando.rb #110
lnit
1
160
JSAI2025 RecSysChallenge2024 優勝報告
unonao
1
440
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
2.8k
Cloudflare Realtime と Workers でつくるサーバーレス WebRTC
nekoya3
0
370
レガシーシステムの機能調査・開発におけるAI利活用
takuya_ohtonari
0
560
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
110
Featured
See All Featured
Building Applications with DynamoDB
mza
95
6.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Music & Morning Musume
bryan
46
6.6k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
BBQ
matthewcrist
89
9.7k
Balancing Empowerment & Direction
lara
1
240
Building an army of robots
kneath
306
45k
The Invisible Side of Design
smashingmag
299
50k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.7k
Transcript
Software Development with
None
- Isolate Features - Code Review - Documented Collaboration Benefits
Isolate Features $ git branch solar-graphs $ git checkout solar-graphs
or $ git checkout -b solar-graphs
Code Review
Documented
- Non-invasive - Simple - Clear / Clean - Git
Based Usability
Non-invasive Code Commit Push Discuss
Simple
Clear / Clean
Git Based
None