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
96
[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
39
[dev-hours] Github-flow f.t git-flow
xluffy
1
90
[dev-hours] Intro Git command-line
xluffy
0
77
Other Decks in Technology
See All in Technology
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
390
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
New Relicを活用したSREの最初のステップ / NRUG OKINAWA VOL.3
isaoshimizu
3
670
AI前提のサービス運用ってなんだろう?
ryuichi1208
8
1.4k
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
430
テストコード品質を高めるためにMutation Testingライブラリ・Strykerを実戦導入してみた話
ysknsid25
7
2.7k
SDNという名のデータプレーンプログラミングの歴史
ebiken
PRO
2
180
OCI Vault 概要
oracle4engineer
PRO
0
9.8k
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
2
210
Python(PYNQ)がテーマのAMD主催のFPGAコンテストに参加してきた
iotengineer22
0
560
Flutterによる 効率的なAndroid・iOS・Webアプリケーション開発の事例
recruitengineers
PRO
0
130
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
280
Featured
See All Featured
Done Done
chrislema
181
16k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Navigating Team Friction
lara
183
14k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
17k
Code Review Best Practice
trishagee
64
17k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
430
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
120
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Raft: Consensus for Rubyists
vanstee
136
6.6k
What's in a price? How to price your products and services
michaelherold
243
12k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
900
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