create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
[ | |
{ | |
"military_format": "0000", | |
"twenty_four_hour_format": "00:00", | |
"standard_format": "00:00", | |
"time_of_day":"md" | |
}, | |
{ | |
"military_format": "0030", | |
"twenty_four_hour_format": "00:30", |
public class SpaceItemDecoration extends RecyclerView.ItemDecoration { | |
private int space; | |
private boolean addSpaceFirstItem; | |
private boolean addSpaceLastItem; | |
public SpaceItemDecoration(int space) { | |
this(space, false, false); | |
} | |
public SpaceItemDecoration(int space, boolean addSpaceFirstItem, boolean addSpaceLastItem) { |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"