Skip to content

Instantly share code, notes, and snippets.

View BiskremMuhammad's full-sized avatar
💭
🎾 Playing Tennis

Biskrem BiskremMuhammad

💭
🎾 Playing Tennis
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 "your_email@example.com"
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.