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
(キラキラ)人事教育担当のつらみ~教育担当として知っておくポイント~
masakiokuda
0
130
Padlet opetuksessa
matleenalaakso
4
14k
20250830_MIEE祭_会社員視点での学びのヒント
ponponmikankan
1
150
OpenSourceSummitJapanを運営してみた話
kujiraitakahiro
0
780
”育てる”から”育つ”仕組みへ!スクラムによる新入社員教育
arapon
0
140
教える側は、初学者に谷越えまで伴走すべき(ダニング・クルーガー効果からの考察)
hysmrk
3
130
2025年度春学期 統計学 第12回 分布の平均を推測する ー 区間推定 (2025. 6. 26)
akiraasano
PRO
0
150
OJTに夢を見すぎていませんか? ロールプレイ研修の試行錯誤/tryanderror-in-roleplaying-training
takipone
1
220
アントレプレナーシップ教育 ~ 自分で自分の幸せを決めるために ~
yoshizaki
0
170
2025年度春学期 統計学 第13回 不確かな測定の不確かさを測る ー 不偏分散とt分布 (2025. 7. 3)
akiraasano
PRO
0
120
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
360
CHARMS-HP-Banner
weltraumreisende
0
650
Featured
See All Featured
Building Adaptive Systems
keathley
43
2.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Music & Morning Musume
bryan
46
6.8k
KATA
mclloyd
32
14k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Producing Creativity
orderedlist
PRO
347
40k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Cult of Friendly URLs
andyhume
79
6.6k
GraphQLとの向き合い方2022年版
quramy
49
14k
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