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
Wasmの気になる最新情報
askua
0
160
組織改革から開発効率向上まで! - 成功事例から見えたAI活用のポイント - / 20251016 Tetsuharu Kokaki
shift_evolve
PRO
1
180
ローカルLLMとLINE Botの組み合わせ その2(EVO-X2でgpt-oss-120bを利用) / LINE DC Generative AI Meetup #7
you
PRO
0
110
大規模サーバーレスAPIの堅牢性・信頼性設計 〜AWSのベストプラクティスから始まる現実的制約との向き合い方〜
maimyyym
10
5k
OpenTelemetry が拡げる Gemini CLI の可観測性
phaya72
2
580
フレームワークを意識させないワークショップづくり
keigosuda
0
210
Copilot Studio ハンズオン - 生成オーケストレーションモード
tomoyasasakimskk
0
150
OAuthからOIDCへ ― 認可の仕組みが認証に拡張されるまで
yamatai1212
0
140
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
81k
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
1k
物体検出モデルでシイタケの収穫時期を自動判定してみた。 #devio2025
lamaglama39
0
240
WEBサービスを成り立たせるAWSサービス
takano0131
1
180
Featured
See All Featured
Producing Creativity
orderedlist
PRO
347
40k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Context Engineering - Making Every Token Count
addyosmani
7
270
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
920
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Language of Interfaces
destraynor
162
25k
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