## 2016-04-07, #Jens

Now, we can also edit the wiki. 

```JS
fetch("https://lively-kernel.org/lively4/_git/sync", {
    headers: new Headers({ 
    	"gitrepository": "Lively4.wiki",
        "gitusername" : "jens.lincke",
        "gitpassword" : "f777a0fa178bc855c28f89b402786b3....."
    })
  }).then(r => r.text()).then(console.log)
```

So we also have a UI for it:

<lively-sync />

