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
88
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
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
20
4.9k
ProxyによるWindow間RPC機構の構築
syumai
3
1k
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
1
240
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.3k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
0
250
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
510
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
270
Swift Updates - Learn Languages 2025
koher
2
440
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
220
AI時代のUIはどこへ行く?
yusukebe
13
7.8k
tool ディレクティブを導入してみた感想
sgash708
1
160
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
17
8.6k
Featured
See All Featured
Building Adaptive Systems
keathley
43
2.7k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Optimizing for Happiness
mojombo
379
70k
A Modern Web Designer's Workflow
chriscoyier
696
190k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Agile that works and the tools we love
rasmusluckow
330
21k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
Making Projects Easy
brettharned
117
6.4k
Code Review Best Practice
trishagee
70
19k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
The Pragmatic Product Professional
lauravandoore
36
6.8k
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