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
Git
Search
Francis Johny
February 19, 2018
Education
0
28
Git
49 did you know git commands
Francis Johny
February 19, 2018
Tweet
Share
More Decks by Francis Johny
See All by Francis Johny
ECMAScript 6 and beyond
francjohny
0
51
Other Decks in Education
See All in Education
探査機自作ゼミ2025スライド
sksat
3
820
2024-2025 CBT top items
cbtlibrary
0
130
自分だけの、誰も想像できないキャリアの育て方 〜偶然から始めるキャリアプラン〜 / Career planning starting by luckly v2
vtryo
1
230
20250910_エンジニアの成長は自覚するところから_サポーターズ勉強会
ippei0923
0
300
the difficulty into words
ukky86
0
150
万博非公式マップとFOSS4G
barsaka2
0
1.4k
生成AI活用セミナー/GAI-workshop
gnutar
0
130
Introdución ás redes
irocho
0
360
シリコンバレーでスタートアップを共同創業したファウンディングエンジニアとしての学び
tomoima525
1
1.3k
吉岡研究室紹介(2025年度)
kentaroy47
0
400
中間活動報告会 人材育成WG・技術サブWG / 20250808-oidfj-eduWG-techSWG
oidfj
0
740
バケットポリシーの記述を誤りマネコンからS3バケットを操作できなくなりそうになった話
amarelo_n24
1
120
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
We Have a Design System, Now What?
morganepeng
53
7.8k
How to Ace a Technical Interview
jacobian
280
24k
Mobile First: as difficult as doing things right
swwweet
225
10k
Code Review Best Practice
trishagee
72
19k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Optimizing for Happiness
mojombo
379
70k
Practical Orchestrator
shlominoach
190
11k
Documentation Writing (for coders)
carmenintech
75
5.1k
A Tale of Four Properties
chriscoyier
161
23k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Transcript
None
Setup and Config
1. git config
2. git help
Getting and Creating Projects
3. git init
4. git clone
Basic Snapshotting
5. git add
6. git status
7. git diff
8. git difftool
9. git commit
10. git reset
11. git rm
12. git mv
13. git clean
Branching and Merging
14. git branch
15. git checkout
16. git merge
17. git mergetool
18. git log
19. git stash
20. git tag
Sharing and Updating Projects
21. git fetch
22. git pull
23. git push
24. git remote
25. git submodule
Inspection and Comparison
26. git show
27. git shortlog
28. git describe
Debugging
29. git bisect
30. git blame
31. git grep
Patching
32. git cherry-pick
33. git rebase
34. git revert
Email
35. git apply
36. git am
37. git format-patch
38. git imap-send
39. git send-email
40. git request-pull
External Systems
41. git svn
42. git fast-import
Administration
43. git gc
44. git fsck
45. git reflog
46. git filter-branch
Plumbing Commands
47. ls-remote
48. ls-files
49. rev-parse