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
110
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
GitHub oneliner command
HiroyukiYagihashi
September 23, 2020
More Decks by HiroyukiYagihashi
See All by HiroyukiYagihashi
2024年度SecHack365 アシスタントを囲む会
yagipy
0
94
LLMの活用方法と課題
yagipy
0
310
What is Soft Memory Limit?
yagipy
1
720
Building markdown editor using Rust’s parser
yagipy
0
2.6k
簡易的な推薦機能を実装する
yagipy
0
160
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Balancing Empowerment & Direction
lara
6
1.2k
Become a Pro
speakerdeck
PRO
31
6k
How to optimise 3,500 product descriptions for ecommerce in one day using ChatGPT
katarinadahlin
PRO
1
3.7k
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
330
Navigating Team Friction
lara
192
16k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
4.2k
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.3k
How to make the Groovebox
asonas
2
2.3k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
1.6k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
320
Technical Leadership for Architectural Decision Making
baasie
3
440
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ブランチを切ってリモートに反映
実演