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
73
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
74
The Internet of Things: Connecting your world for a positive impact
allthedoll
0
93
Having an invisible disease at GitHub
allthedoll
0
49
GitHub and the Internet of Things: Automate IoT Hardware
allthedoll
0
89
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
レビュー負債を解消する ― CodeRabbitが支えるAI駆動開発
moongift
PRO
0
140
"おまじない"はもう卒業! デバッガで探るSpring Bootの裏側と「学び方」の学び方
takeuchi_132917
0
110
QAエンジニアがプロダクト専任で チームの中に入ると。。。?/登壇資料(杉森 太樹)
hacobu
PRO
0
190
エンタープライズ企業における開発効率化のためのコンテキスト設計とその活用
sergicalsix
1
340
開発者から見たLLMの進化 202511
ny7760
1
170
AWS資格は取ったけどIAMロールを腹落ちできてなかったので、年内に整理してみた
hiro_eng_
0
200
「データ無い! 腹立つ! 推論する!」から 「データ無い! 腹立つ! データを作る」へ チームでデータを作り、育てられるようにするまで / How can we create, use, and maintain data ourselves?
moznion
6
3.6k
Spring Boot利用を前提としたJavaライブラリ開発方法の提案
kokihoshihara
PRO
2
130
AI時代におけるドメイン駆動設計 入門 / Introduction to Domain-Driven Design in the AI Era
fendo181
0
670
バグと向き合い、仕組みで防ぐ
____rina____
0
250
ZOZOTOWNカート決済リプレイス ── モジュラモノリスという過渡期戦略
zozotech
PRO
0
110
Amazon ECS デプロイツール ecspresso の開発を支える「正しい抽象化」の探求 / YAPC::Fukuoka 2025
fujiwara3
10
1.7k
Featured
See All Featured
Scaling GitHub
holman
463
140k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Side Projects
sachag
455
43k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Visualization
eitanlees
150
16k
Why Our Code Smells
bkeepers
PRO
340
57k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
660
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
192
56k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Six Lessons from altMBA
skipperchong
29
4.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
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