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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
HiroyukiYagihashi
September 23, 2020
0
110
GitHub oneliner command
HiroyukiYagihashi
September 23, 2020
Tweet
Share
More Decks by HiroyukiYagihashi
See All by HiroyukiYagihashi
2024年度SecHack365 アシスタントを囲む会
yagipy
0
77
LLMの活用方法と課題
yagipy
0
280
What is Soft Memory Limit?
yagipy
1
680
Building markdown editor using Rust’s parser
yagipy
0
2.5k
OSSに貢献した話と社内での取り組みについて
yagipy
1
480
簡易的な推薦機能を実装する
yagipy
0
150
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
698
190k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.3k
Thoughts on Productivity
jonyablonski
75
5.1k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
WCS-LA-2024
lcolladotor
0
470
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
Designing for Timeless Needs
cassininazir
0
150
Raft: Consensus for Rubyists
vanstee
141
7.3k
How to Ace a Technical Interview
jacobian
281
24k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
170
Ruling the World: When Life Gets Gamed
codingconduct
0
160
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ブランチを切ってリモートに反映
実演