Skip to content

Instantly share code, notes, and snippets.

View BiskremMuhammad's full-sized avatar
💭
テニス、ロケットリーグとコードをします🎾🚙👨‍💻

Biskrem BiskremMuhammad

💭
テニス、ロケットリーグとコードをします🎾🚙👨‍💻
View GitHub Profile
/**
* Creator Asim Karel
* https://github.com/AsimKarel
*
*/
import React from 'react';
import {
FlatList,
Button,
/**
* Creator Asim Karel
* https://github.com/AsimKarel
*
*/
import React from 'react';
import {
FlatList,
Button,
@thanhzusu
thanhzusu / generate-ssh-key-for-bitbucket.txt
Created October 30, 2017 06:43
Generate ssh key for bitbucket
1. Generate ssh key: ssh-keygen -t rsa -C "[email protected]"
2. Go to ssh folder: cd ~/.ssh/
3. Copy content of id_rsa.pub file
4. Go to bitbucket setting by going to your profile > select Bitbucket settings. Then select SSH keys and add new one.