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
Tips and Tricks: Gotta Git Them All
Search
Jamie Strusz
September 15, 2016
Technology
0
71
Tips and Tricks: Gotta Git Them All
Jamie Strusz
September 15, 2016
Tweet
Share
More Decks by Jamie Strusz
See All by Jamie Strusz
Universe 2022 - Strengthen your innersource culture
allthedoll
0
25
IntoTech Vienna 2017 - Arduino Workshop
allthedoll
0
73
The Internet of Things: Connecting your world for a positive impact
allthedoll
0
93
Having an invisible disease at GitHub
allthedoll
0
47
GitHub and the Internet of Things: Automate IoT Hardware
allthedoll
0
87
GitHub and the Internet of Things: Automate IoT Hardware
allthedoll
0
130
Blasting off with the GitHub API
allthedoll
0
120
Other Decks in Technology
See All in Technology
Operating Operator
shhnjk
1
590
ビズリーチが挑む メトリクスを活用した技術的負債の解消 / dev-productivity-con2025
visional_engineering_and_design
3
7.6k
第4回Snowflake 金融ユーザー会 Snowflake summit recap
tamaoki
1
280
20250707-AI活用の個人差を埋めるチームづくり
shnjtk
4
3.8k
MUITにおける開発プロセスモダナイズの取り組みと開発生産性可視化の取り組みについて / Modernize the Development Process and Visualize Development Productivity at MUIT
muit
1
16k
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
510
Yahoo!しごとカタログ 新しい境地を創るエンジニア募集!
lycorptech_jp
PRO
0
110
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
Lazy application authentication with Tailscale
bluehatbrit
0
210
SmartNewsにおける 1000+ノード規模 K8s基盤 でのコスト最適化 – Spot・Gravitonの大規模導入への挑戦
vsanna2
0
130
怖くない!はじめてのClaude Code
shinya337
0
400
OPENLOGI Company Profile
hr01
0
67k
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7k
4 Signs Your Business is Dying
shpigford
184
22k
Designing Experiences People Love
moore
142
24k
What's in a price? How to price your products and services
michaelherold
246
12k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
KATA
mclloyd
30
14k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Adopting Sorbet at Scale
ufuk
77
9.5k
The Invisible Side of Design
smashingmag
301
51k
Become a Pro
speakerdeck
PRO
29
5.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Transcript
Tips and Tricks Gotta Git Them All
Tips and Tricks Gotta Git Them All
! Brent Beer Solutions Engineer @ GitHub likes coffee; wishes
Daft Punk and Justice would do a back-to-back set ! brntbeer
! Jamie Strusz Services Engineer @ GitHub Likes art; travels
in a vanagon with dog and boyfriend ! allthedoll
The Agenda • Git • Git LFS • GitHub •
Gists • Atom
Git • Workflow efficiencies • Advance usage • Git LFS
git log -L <start>,<end>:FILE
git log -L 3,15:commands/command_clone.go
git config --global color.ui auto
git status -sb
Before: After:
None
None
git grep
git config --global help.autocorrect 10
None
git add -p
git merge --no-edit
git rebase -i
git rebase -i HEAD~5
git rebase -i --squash
git lfs
git lfs prune
git lfs prune -c
git config lfs.fetchexclude "media/ reallybigfiles"
git lfs clone
GitHub • Collaboration • Discovery and Speed • Gists
svn checkout https:// github.com/github/git-lfs
github.com/explore/newsletter
Collaborate with forks from contributors
Compare ranges: https://github.com/atom/atom/ compare/master...1.11-releases
Patch ranges: https://github.com/atom/atom/ compare/master...1.11-releases.patch
Anchors on line numbers
references and closing issues/PRs
Picture of closing an issue from the merge box?
Filter pull requests by status
code search
Add syntax highlighting to codeblocks in markdown files
None
Keyboard shortcuts
Gists as full repos: git clone https://gist.github.com/allthedoll/ 966bebdbc6ed6b78942e6d9b1369c0b3
EMBEDDED GIST OMG
Atom • Keyboard commands • Packages
alt-g
cmd-shift-p
markdown preview package
merge conflict package
git-time-machine
markdown-pdf
FIN