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
GitHub oneliner command
Search
HiroyukiYagihashi
September 23, 2020
0
93
GitHub oneliner command
HiroyukiYagihashi
September 23, 2020
Tweet
Share
More Decks by HiroyukiYagihashi
See All by HiroyukiYagihashi
2024年度SecHack365 アシスタントを囲む会
yagipy
0
40
LLMの活用方法と課題
yagipy
0
170
What is Soft Memory Limit?
yagipy
1
620
Building markdown editor using Rust’s parser
yagipy
0
2.3k
OSSに貢献した話と社内での取り組みについて
yagipy
1
410
簡易的な推薦機能を実装する
yagipy
0
130
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
13
1.4k
KATA
mclloyd
29
14k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.6k
Embracing the Ebb and Flow
colly
85
4.6k
Designing for Performance
lara
607
69k
Speed Design
sergeychernyshev
29
890
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.3k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
Side Projects
sachag
452
42k
Transcript
Git/Github oneliner command
Git/Githubをワンライナーで諸々できるCLIツール を作成しました ex: gh -a app/ -c “Create function” -p
-o app以下をadd、コミットメッセージ”Create function”でcommit、push、 該当リポジトリをブラウザで開く gh -b feature/1/create_function feature/1/create_functionブランチを切ってリモートに反映
実演