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小技集.pdf
Search
SatoshiN
March 12, 2019
0
29
GitHub小技集.pdf
SatoshiN
March 12, 2019
Tweet
Share
More Decks by SatoshiN
See All by SatoshiN
開発スピード向上Tipsその2.pdf
satoshin303
0
50
担当しているiOSアプリを全部作り直す開発中に_いろいろ半自動化した事_簡易版.pdf
satoshin303
0
70
秘伝のタレ.pdf
satoshin303
0
26
iOS_DC_2018_参加レポート.pdf
satoshin303
0
26
量子コンピュータ_の仕組みとQ_.pdf
satoshin303
0
200
モバイルアプリ_開発スピード向上Tips.pdf
satoshin303
0
24
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Automating Front-end Workflow
addyosmani
1370
200k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A better future with KSS
kneath
239
17k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
A Tale of Four Properties
chriscoyier
160
23k
Designing Experiences People Love
moore
142
24k
Visualization
eitanlees
148
16k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Faster Mobile Websites
deanohume
309
31k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Transcript
GitHub 小技集
自己紹介 佐藤慎 (さとしん) Twitter @satoshin2071 GitHub https://github.com/SatoshiN303
「?」Call Help
画面毎に 確認できる (Project)
画面毎に 確認できる (issues)
末尾 ?w=1 で 空白スペース・改行のみの差分を無視
Creating issue templates
None
None
None
None
None
※ プルリク用のテンプレートは基本1種類 ?template=template1.md などをURLにつけると切り分けできるが面倒
Manage Automated Kanban
None
None
None
None
None
他の例 : Closeすると Doneのレーンに移動
Manage Automatedの機能が出るまでは 手作業で行っていた…
マージされたらissues を閉じる resolve と 組み合わせると管理が自動化されてラクになる
番外編 Gitコマンドの小技
SourceTree使ってるとローカルブランチの削除が溜 まってくるのでデフォルトブランチにマージ済みのローカ ルブランチを全削除する $ git branch --merged | grep -v
'*' | xargs -I % git branch -d % ※ローカルブランチのみ適用をお薦めします
番外編 Jasperを使ってGitHubのmention等 を見逃さないようにする
昔は有料でしたが OSSになりました。
None
まとめ • 普段 Gitlab しか使わない人もたまには GitHub を使うと良い発見があるかも • Microsoftの買収で機能追加のスピード早まったので ガンガン使っていきたい