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
41
[dev-hours] Github-flow f.t git-flow
xluffy
1
95
[dev-hours] Intro Git command-line
xluffy
0
77
Other Decks in Technology
See All in Technology
アジャイル開発とスクラム
araihara
0
160
個人開発から公式機能へ: PlaywrightとRailsをつなげた3年の軌跡
yusukeiwaki
10
2.7k
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
360
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
230
SA Night #2 FinatextのSA思想/SA Night #2 Finatext session
satoshiimai
1
100
Larkご案内資料
customercloud
PRO
0
600
2.5Dモデルのすべて
yu4u
2
610
開発者が自律的に AWS Security Hub findings に 対応する仕組みと AWS re:Invent 2024 登壇体験談 / Developers autonomously report AWS Security Hub findings Corresponding mechanism and AWS re:Invent 2024 presentation experience
kaminashi
0
190
室長と気ままに学ぶマイクロソフトのビジネスアプリケーションとビジネスプロセス
ryoheig0405
0
320
サーバーレスアーキテクチャと生成AIの融合 / Serverless Meets Generative AI
_kensh
12
3k
関東Kaggler会LT: 人狼コンペとLLM量子化について
nejumi
3
460
エンジニアの育成を支える爆速フィードバック文化
sansantech
PRO
3
660
Featured
See All Featured
Docker and Python
trallard
44
3.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
630
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
400
Done Done
chrislema
182
16k
Optimizing for Happiness
mojombo
376
70k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
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