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
83
GitHub oneliner command
HiroyukiYagihashi
September 23, 2020
Tweet
Share
More Decks by HiroyukiYagihashi
See All by HiroyukiYagihashi
2024年度SecHack365 アシスタントを囲む会
yagipy
0
35
LLMの活用方法と課題
yagipy
0
130
What is Soft Memory Limit?
yagipy
1
590
Building markdown editor using Rust’s parser
yagipy
0
2.3k
OSSに貢献した話と社内での取り組みについて
yagipy
1
380
簡易的な推薦機能を実装する
yagipy
0
120
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
335
57k
Building an army of robots
kneath
302
45k
How to train your dragon (web standard)
notwaldorf
89
5.8k
Gamification - CAS2011
davidbonilla
80
5.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
Mobile First: as difficult as doing things right
swwweet
222
9.1k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Fireside Chat
paigeccino
34
3.2k
The World Runs on Bad Software
bkeepers
PRO
66
11k
Become a Pro
speakerdeck
PRO
26
5.1k
Building Your Own Lightsaber
phodgson
104
6.2k
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ブランチを切ってリモートに反映
実演