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
Web & PHP Con: Git for Ninjas
Search
Ben Straub
September 18, 2013
Technology
0
260
Web & PHP Con: Git for Ninjas
Ben Straub
September 18, 2013
Tweet
Share
More Decks by Ben Straub
See All by Ben Straub
Hacking Culture with Javascript (CodeMotion Amsterdam 2017)
benstraub
0
510
Hacking Culture with Javascript - CascadiaFest 2015
benstraub
0
530
Hacking Culture with Chat Robots
benstraub
0
910
Mastering Git and GitHub (ConFoo 2014)
benstraub
5
380
Switching to Git – Why and How (ConFoo 2014)
benstraub
1
120
AppsWorld Europe 2013 - Git & GitHub for Ninjas
benstraub
1
160
ConFoo - Git for Ninjas
benstraub
1
570
Introduction to Git
benstraub
2
850
OpenBlend - Git (and GitHub) for Padawan
benstraub
0
770
Other Decks in Technology
See All in Technology
東京大学「Agile-X」のFPGA AIデザインハッカソンを制したソニーのAI最適化
sony
0
150
OPENLOGI Company Profile for engineer
hr01
1
46k
スタートアップの現場で実践しているテストマネジメント #jasst_kyushu
makky_tyuyan
0
140
現場の壁を乗り越えて、 「計装注入」が拓く オブザーバビリティ / Beyond the Field Barriers: Instrumentation Injection and the Future of Observability
aoto
PRO
1
680
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
420
アノテーション作業書作成のGood Practice
cierpa0905
PRO
0
220
DSPy入門
tomehirata
3
480
GraphRAG グラフDBを使ったLLM生成(自作漫画DBを用いた具体例を用いて)
seaturt1e
1
160
re:Inventに行くまでにやっておきたいこと
nagisa53
0
690
Zero Trust DNS でより安全なインターネット アクセス
murachiakira
0
110
AIを使ってテストを楽にする
kworkdev
PRO
0
230
20251027_マルチエージェントとは
almondo_event
1
470
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
GraphQLとの向き合い方2022年版
quramy
49
14k
A Modern Web Designer's Workflow
chriscoyier
697
190k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
Unsuck your backbone
ammeep
671
58k
Navigating Team Friction
lara
190
15k
Six Lessons from altMBA
skipperchong
29
4k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
Transcript
 Git & GitHub for Ninjas
 What to Expect
 What to Expect not
 What to Take Home
 ben  benstraub Ben Straub
 Ask Your Questions hp://wpc13.cnf.io/sessions/113
Git & GitHub for Ninjas
Bisect
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
Rebase Rebase
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
Filter-Branch
None
None
None
None
None
None
None
Don’t Overwrite Remote History
But if You Do git pull --rebase
var rewriteHistoryOptions = new RewriteHistoryOptions { CommitTreeRewriter = c =>
TreeDefinition.From(c).Remove("README"), CommitHeaderRewriter = c => CommitRewriteInfo.From(c, message: "HEYOOOO"), }; repo.Refs.RewriteHistory(rewriteHistoryOptions, repo.Head.Commits); Parlez-vous C#?
Shell
 bash
 zsh
 powershell
 Git & GitHub for Ninjas
 Markdown
None
None
 Emoji :sunset: :clap: :cookie: :poop: :sheep::dash:
 Emoji hp://www.emoji-cheat-sheet.com/
None
⌘+shift+P ctrl+shift+P
None
 Closing Issues Spooky Action at a Distance
 With Commits
 With Commits
 With Pull Requests
 With Pull Requests
 Mentions
 Summon a Person @ben, what do you think?
 Or a Team @github/dotcom, what do you think?
 Or a Team @github/legal, what do you think?
 Or Something Else @github/javascript, what do you think?
 Or Something Else @github/design, what do you think?
 Or Something Else @github/refactoring, what do you think?
 Or Something Else @github/colorblind, what do you think?
 Non-Code Repos
None
None
 Clients
GitHub Mac
GitHub Windows
 Hub
 Hub Teaches Git about GitHub
 Fancy Cloning git clone https://github.com/mojombo/jekyll
 Fancy Cloning git clone https://github.com/mojombo/jekyll hub clone mojombo/jekyll
 Issue  Pull Request hub pull-request -i <issue>
 The Best Way alias git=hub
 Get It http://github.com/defunkt/hub
 Ask Your Questions hp://wpc13.cnf.io/sessions/113
 http://git.io/bCVltA