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
生成AIを安心して活用するために──「情報セキュリティガイドライン」策定とポイント
gree_tech
PRO
1
340
AI時代におけるデータの重要性 ~データマネジメントの第一歩~
ryoichi_ota
0
710
Introdução a Service Mesh usando o Istio
aeciopires
1
280
What's new in OpenShift 4.20
redhatlivestreaming
0
120
Kubernetes self-healing of your workload
hwchiu
0
430
AI-Readyを目指した非構造化データのメダリオンアーキテクチャ
r_miura
1
290
OSSで50の競合と戦うためにやったこと
yamadashy
3
960
Observability for the system understanding and curious by developers
maruloop
0
110
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
940
AI AgentをLangflowでサクッと作って、1日働かせてみた!
yano13
1
140
オブザーバビリティと育てた ID管理・認証認可基盤の歩み / The Journey of an ID Management, Authentication, and Authorization Platform Nurtured with Observability
kaminashi
0
120
「最速」で Gemini CLI を使いこなそう! 〜Cloud Shell/Cloud Run の活用〜 / The Fastest Way to Master the Gemini CLI — with Cloud Shell and Cloud Run
aoto
PRO
1
170
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
630
Writing Fast Ruby
sferik
629
62k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Rails Girls Zürich Keynote
gr2m
95
14k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Embracing the Ebb and Flow
colly
88
4.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
190
55k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
610
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