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
Basic Git
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Lane Aasen
October 20, 2012
Programming
2
360
Basic Git
A visual tutorial on the basics of git.
Lane Aasen
October 20, 2012
Tweet
Share
More Decks by Lane Aasen
See All by Lane Aasen
Advanced Git
laneaasen
6
390
Other Decks in Programming
See All in Programming
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
890
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
550
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
110
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
180
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
230
Cyrius ーLinux非依存にコンテナをネイティブ実行する専用OSー
n4mlz
0
130
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
250
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
TipKitTips
ktcryomm
0
160
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
130
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
400
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
3.3k
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
37
7.2k
Unsuck your backbone
ammeep
672
58k
The browser strikes back
jonoalderson
0
780
Automating Front-end Workflow
addyosmani
1370
200k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
280
Abbi's Birthday
coloredviolet
2
5.3k
Deep Space Network (abreviated)
tonyrice
0
89
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
310
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.1k
RailsConf 2023
tenderlove
30
1.4k
GraphQLとの向き合い方2022年版
quramy
50
14k
Transcript
None
Distributed Version Control System
Version Control System VCS
Repository
The Flow
git clone
make changes
git add staging
git commit staging commit added feature
changes pile up locally added feature fixed bug oops typo
redefining repository
git push
your changes!
that's git with one person
what about with two?
error
new changes what you're trying to do
None
git pull git push
everything's happy
that's git (well, almost)
git can do a ton add, bisect, branch, checkout, clone,
commit, diff, fetch, grep, init, log, merge, mv, pull, push, rebase, reset, rm, show, status, tag
Google!
advanced git session tomorrow best practices, branches, command line, advanced
commands