create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
Sometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master branch alongside the rest of your code.
For the sake of this example, let’s pretend the subfolder containing your site is named dist.
Remove the dist directory from the project’s .gitignore file (it’s ignored by default by Yeoman).
| e(name) | |
| &__{name} | |
| {block} | |
| m(name) | |
| &--{name} | |
| {block} | |
| .header | |
| color: red | |
| +e(element) |
| img, | |
| embed, | |
| object, | |
| video | |
| max-width: 100% |
| # Add the remote, call it "upstream": | |
| git remote add upstream https://github.com/whoever/whatever.git | |
| # Fetch all the branches of that remote into remote-tracking branches, | |
| # such as upstream/master: | |
| git fetch upstream | |
| # Make sure that you're on your master branch: |
| npm list -g --depth=0 |
| git config --global core.editor "code --wait" |
| ssh-add -K ~/.ssh/id_rsa |
| npm r tmcli -g |
| npm r pkgname -g |