create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| #!/bin/bash | |
| # git-summary - summarise git repos at some path | |
| # | |
| # Adapted from https://gist.github.com/lmj0011/1a8dd1e376234ac7bf0fba2748ecdd0f | |
| # | |
| # Andy Gimblett, March 2017 | |
| usage() { |
| import matplotlib.pyplot as plt | |
| """ | |
| MIT License | |
| Copyright (c) [2016] [Parashar Dhapola] | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| import numpy as np | |
| import matplotlib as mpl | |
| import matplotlib.pyplot as plt | |
| import pandas as pd # Not used here but will be required for creating dataframe | |
| import re | |
| import seaborn.apionly as sns | |
| """ | |
| MIT License |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"