mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Updated Emoji (markdown)
parent
43d747b6ed
commit
7039786fca
1 changed files with 2 additions and 1 deletions
3
Emoji.md
3
Emoji.md
|
|
@ -31,7 +31,8 @@ git config --global push.default simple
|
||||||
|
|
||||||
nano .ssh/config
|
nano .ssh/config
|
||||||
```
|
```
|
||||||
There add your User (GitHub username) and ssh private key:
|
There add your User (GitHub username) and IdentityFile (Your ssh private key. Not public key that has .pub).
|
||||||
|
For indentation, use one tab.
|
||||||
```
|
```
|
||||||
Host *
|
Host *
|
||||||
IdentitiesOnly=yes
|
IdentitiesOnly=yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue