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"
| #pbcopy < ~/.ssh/id_rsa.pub | |
| #or | |
| cat ~/.ssh/id_rsa.pub | pbcopy |
git clean -fdx
| [alias] | |
| a = add | |
| co = checkout | |
| sw = switch | |
| ci = commit | |
| st = status | |
| br = branch | |
| ps = push | |
| ac = "!git add . && git commit -m" | |
| fp = "!git fetch && git pull && git push" |
Repositório do projeto: https://github.com/fdaciuk/conduit-api
Especificação da API: https://gothinkster.github.io/realworld/docs/specs/backend-specs/introduction
Per @samali0996 's comment below: https://gist.github.com/pjobson/6b9fb926c59f58aa73d4efa10fe13654?permalink_comment_id=4487157#gistcomment-4487157
The new WSL Win10/11 should support this natevly. Thanks for posting the update!