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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Francis Johny
February 19, 2018
Education
0
29
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
54
Other Decks in Education
See All in Education
計算物理におけるGitの使い方 / 01-c-compphys
kaityo256
PRO
2
490
地区危機管理委員会 出前セミナー「ロータリーにおける危機管理」:膳所 和彦 氏(国際ロータリー第2720地区 パストガバナー・日田ロータリークラブ・医療法人恒心会ぜぜ医院 理事長):2720 Japan O.K. ロータリーEクラブ2026年2月16日卓話
2720japanoke
1
600
SJRC 2526
cbtlibrary
1
220
Chapitre_2_-_Partie_2.pdf
bernhardsvt
2
230
Avoin jakaminen ja Creative Commons -lisenssit
matleenalaakso
0
2.1k
Tips for the Presentation - Lecture 2 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
0
500
青森県の人口減少について | | 下山学園高等学校
aomori6
PRO
0
100
CoderDojoへようこそ ニンジャ&保護者向け (CoderDojo Guidance for Ninjas&Parents)
coderdojokodaira
1
120
Blueprint for Strengthening Community Colleges Training Grant Success
territorium
PRO
0
150
Railsチュートリアル × 反転学習の事例紹介
yasslab
PRO
3
170k
Modelamiento Matematico (Ingresantes UNI 2026)
robintux
0
250
AIでキミの未来はどう変わる?
behomazn
0
120
Featured
See All Featured
Site-Speed That Sticks
csswizardry
13
1.1k
BBQ
matthewcrist
89
10k
Odyssey Design
rkendrick25
PRO
2
550
What's in a price? How to price your products and services
michaelherold
247
13k
Faster Mobile Websites
deanohume
310
31k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Abbi's Birthday
coloredviolet
2
5.4k
New Earth Scene 8
popppiees
1
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