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
43
git alias で カスタムコマンドを作成
yanskun
June 23, 2023
Tweet
Share
More Decks by yanskun
See All by yanskun
最近AIがすごすぎて創作意欲がなくなった
yanskun
0
31
組織内で使われている言語を取得する gh extension を作った
yanskun
0
220
My Terminal
yanskun
0
42
Create Chrome Extension!
yanskun
0
150
Lets' OSS Contribute
yanskun
0
170
Gardening by GitHub Projects
yanskun
0
37
Codespaces を使って古のプロジェクトを復活させる
yanskun
0
83
Release を簡単にやる方法
yanskun
0
130
爆速で作る 技術ブログ
yanskun
0
95
Other Decks in Technology
See All in Technology
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
250
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.3k
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
480
AIをプライベートや業務で使ってみよう!効果的な認定資格の活かし方
fukazawashun
0
100
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
190
Platform開発が先行する Platform Engineeringの違和感
kintotechdev
4
580
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
300
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
7
860
【NoMapsTECH 2025】AI Edge Computing Workshop
akit37
0
220
いま注目のAIエージェントを作ってみよう
supermarimobros
0
340
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
1
820
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Code Review Best Practice
trishagee
71
19k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Gamification - CAS2011
davidbonilla
81
5.4k
Bash Introduction
62gerente
615
210k
Statistics for Hackers
jakevdp
799
220k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
How STYLIGHT went responsive
nonsquared
100
5.8k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
For a Future-Friendly Web
brad_frost
180
9.9k
Transcript
git alias で カスタムコマンドを作成 yanskun
git log が 使いにくい
commit hash
commit message
それだけ見せ られましても
本当にみたい ものは
git show にある
がっちゃんこし たら最強だ
None
None
git log + git show + fzf
hash の内容 を preview させる
+ gh command
None
みんなもやっ てみて