HackerTrans
トップ新着トレンドコメント過去質問紹介求人

tuxie_

345 カルマ登録 15 年前

投稿

China retrieves booster in reusable rocket breakthrough

dw.com
4 ポイント·投稿者 tuxie_·一昨日·1 コメント

コメント

tuxie_
·3 年前·議論
After pushing to a branch, gitlab sends you back a URL where you can create the merge request (MR). This broke my flow because I do all my development using command line tools.

So I created this tool that opens an MR off the branch I'm on. It opens up my favorite editor and asks me for a title and a description in the same way that git does for commits. It splits it in first line for title and the rest for the body.

It's very simple but I'm very happy with it. Now I extended it to list the open MRs, show the tickets in the current sprint, etc...

Nobody else in my company uses it tbh, but I don't care because it solves _my_ problem and I love it.