mirror of
https://github.com/wekan/wekan.git
synced 2026-02-22 16:04:08 +01:00
Updated Emoji (markdown)
parent
48ad77d617
commit
43d747b6ed
1 changed files with 14 additions and 0 deletions
14
Emoji.md
14
Emoji.md
|
|
@ -28,7 +28,21 @@ sudo apt -y install git
|
|||
git config --global user.name "Yourfirstname Yourlastname"
|
||||
git config --global user.email email-address-you-use-at-github@example.com
|
||||
git config --global push.default simple
|
||||
|
||||
nano .ssh/config
|
||||
```
|
||||
There add your User (GitHub username) and ssh private key:
|
||||
```
|
||||
Host *
|
||||
IdentitiesOnly=yes
|
||||
|
||||
Host github.com
|
||||
Hostname github.com
|
||||
User xet7
|
||||
IdentityFile ~/.ssh/id_xet7ed
|
||||
```
|
||||
Save and Exit with Ctrl-o Enter Ctrl-x Enter
|
||||
|
||||
|
||||
### 2. Create fork of `https://github.com/wekan/wekan`
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue