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 alias で カスタムコマンドを作成
Search
yanskun
June 23, 2023
Technology
0
53
git alias で カスタムコマンドを作成
yanskun
June 23, 2023
Tweet
Share
More Decks by yanskun
See All by yanskun
最近AIがすごすぎて創作意欲がなくなった
yanskun
0
34
組織内で使われている言語を取得する gh extension を作った
yanskun
0
240
My Terminal
yanskun
0
44
Create Chrome Extension!
yanskun
0
150
Lets' OSS Contribute
yanskun
0
170
Gardening by GitHub Projects
yanskun
0
39
Codespaces を使って古のプロジェクトを復活させる
yanskun
0
90
Release を簡単にやる方法
yanskun
0
130
爆速で作る 技術ブログ
yanskun
0
96
Other Decks in Technology
See All in Technology
ラスベガスの歩き方 2025年版(re:Invent 事前勉強会)
junjikoide
0
830
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
220
2025/10/27 JJUGナイトセミナー WildFlyとQuarkusの 始め方
megascus
0
110
ストレージエンジニアの仕事と、近年の計算機について / 第58回 情報科学若手の会
pfn
PRO
4
950
[Journal club] Thinking in Space: How Multimodal Large Language Models See, Remember, and Recall Spaces
keio_smilab
PRO
0
110
Observability — Extending Into Incident Response
nari_ex
2
730
AI連携の新常識! 話題のMCPをはじめて学ぶ!
makoakiba
0
180
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
430
ソースを読む時の思考プロセスの例-MkDocs
sat
PRO
1
360
Okta Identity Governanceで実現する最小権限の原則
demaecan
0
240
新米エンジニアをTech Leadに任命する ー 成長を支える挑戦的な人と組織のマネジメント
naopr
1
340
NOT A HOTEL SOFTWARE DECK (2025/11/04)
notahotel
0
900
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Thoughts on Productivity
jonyablonski
72
4.9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Six Lessons from altMBA
skipperchong
29
4k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
How GitHub (no longer) Works
holman
315
140k
Practical Orchestrator
shlominoach
190
11k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Transcript
git alias で カスタムコマンドを作成 yanskun
git log が 使いにくい
commit hash
commit message
それだけ見せ られましても
本当にみたい ものは
git show にある
がっちゃんこし たら最強だ
None
None
git log + git show + fzf
hash の内容 を preview させる
+ gh command
None
みんなもやっ てみて