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
[dev-hours] Intro Git for Dev
Search
Quang Nguyễn
April 23, 2014
Technology
0
97
[dev-hours] Intro Git for Dev
Quang Nguyễn
April 23, 2014
Tweet
Share
More Decks by Quang Nguyễn
See All by Quang Nguyễn
Docker for Developer
xluffy
0
42
[dev-hours] Github-flow f.t git-flow
xluffy
1
100
[dev-hours] Intro Git command-line
xluffy
0
78
Other Decks in Technology
See All in Technology
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
1
120
「魔法少女まどか☆マギカ Magia Exedra」のグローバル展開を支える、開発チームと翻訳チームの「意識しない協創」を実現するローカライズシステム
gree_tech
PRO
0
540
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
170
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
9
4.2k
iPhone Eye Tracking機能から学ぶやさしいアクセシビリティ
fujiyamaorange
0
630
2025年になってもまだMySQLが好き
yoku0825
8
4k
ガチな登山用デバイスからこんにちは
halka
1
210
[RSJ25] Feasible RAG: Hierarchical Multimodal Retrieval with Feasibility-Aware Embodied Memory for Mobile Manipulation
keio_smilab
PRO
0
100
kubellが考える戦略と実行を繋ぐ活用ファーストのデータ分析基盤
kubell_hr
0
140
ChatGPTとPlantUML/Mermaidによるソフトウェア設計
gowhich501
1
120
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
120
ヒューリスティック評価を用いたゲームQA実践事例
gree_tech
PRO
0
540
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
246
12k
The Cult of Friendly URLs
andyhume
79
6.6k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Being A Developer After 40
akosma
90
590k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
800
RailsConf 2023
tenderlove
30
1.2k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Writing Fast Ruby
sferik
628
62k
How STYLIGHT went responsive
nonsquared
100
5.8k
Transcript
~ $ echo "svn or subversion" | sed 's/svn\|subversion/git/g'
~$ whoami
Git is a free and open source distributed version control
system designed to handle everything from small to very large projects with speed and efficiency Initially designed and developed by Linus Torvalds for Linux Kernel development
None
` `
None
None
None
None
None
None
None
None
None
None
Github Easy to Learn Huge community And Git is the
new standard (https://git.wiki.kernel.org/index.php/GitPro jects)
None
1. Commit Related Changes
2. Commit Often
3. Don’t Commit Half-Done Work, Incomplete, Not-Compiling, To-be- fixed…
4. Test Before You Commit
5. Write Good Commit Messages
None
6. Version Control is not a Backup System
7. Use Branches
None
~$ pacman –S git ~$ sudo apt-get install git …
Graooo!!!
None