Toggl exp

Doing over github is usually slower, so we try to ask a lot of questions in one go, and about things that will take longe to prepare an answer

You can also switch plans on staging (toggl.space) by cancelling the form where you input the credit card detail.
For billing details, just type anything on the required fields

about git remove branch

1
2
3
4
5
6
7
8
9
git branch --merged | egrep -v "(^\*|master)" | xargs git branch -d

git branch | xargs git branch -D

git branch | wc -l
141

git branch --merged | egrep -v "(^\*|master)" | wc -l
2