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
98
[dev-hours] Intro Git command-line
xluffy
0
78
Other Decks in Technology
See All in Technology
Fabric + Databricks 2025.6 の最新情報ピックアップ
ryomaru0825
1
150
Snowflake Summit 2025全体振り返り / Snowflake Summit 2025 Overall Review
mtpooh
2
410
~宇宙最速~2025年AWS Summit レポート
satodesu
1
1.9k
【PHPカンファレンス 2025】PHPを愛するひとに伝えたい PHPとキャリアの話
tenshoku_draft
0
120
急成長を支える基盤作り〜地道な改善からコツコツと〜 #cre_meetup
stefafafan
0
130
解析の定理証明実践@Lean 4
dec9ue
0
180
Tech-Verse 2025 Keynote
lycorptech_jp
PRO
0
690
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
240
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
290
データプラットフォーム技術におけるメダリオンアーキテクチャという考え方/DataPlatformWithMedallionArchitecture
smdmts
5
650
5min GuardDuty Extended Threat Detection EKS
takakuni
0
160
Tech-Verse 2025 Global CTO Session
lycorptech_jp
PRO
0
560
Featured
See All Featured
Embracing the Ebb and Flow
colly
86
4.7k
Bash Introduction
62gerente
614
210k
Become a Pro
speakerdeck
PRO
28
5.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
A Tale of Four Properties
chriscoyier
160
23k
The Cult of Friendly URLs
andyhume
79
6.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
GitHub's CSS Performance
jonrohan
1031
460k
A better future with KSS
kneath
239
17k
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