I hereby claim:
- I am orpolaczek on github.
- I am orpol (https://keybase.io/orpol) on keybase.
- I have a public key ASCJhUeHAub-A-3eVigskffzXosPIvuVZJ1i2_mwgh0QYQo
To claim this, I am signing this object:
| <script> | |
| function cleanNumber(number) { | |
| var cleanNum = (number || '' ).replace(/[^0-9]/g, ""); | |
| if (cleanNum[0] == '0') { | |
| return "972" + cleanNum.substring(1); | |
| } else { | |
| return cleanNum; | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object:
| // Reference: http://www.blackdogfoundry.com/blog/moving-repository-from-bitbucket-to-github/ | |
| // See also: http://www.paulund.co.uk/change-url-of-git-repository | |
| $ cd $HOME/Code/repo-directory | |
| $ git remote rename origin bitbucket | |
| $ git remote add origin https://github.com/mandiwise/awesome-new-repo.git | |
| $ git push origin master | |
| $ git remote rm bitbucket |