Changes for page Home

Last modified by Nikita Kapchenko on 2019/10/03 12:42

From version 4.1
edited by Nikita Kapchenko
on 2019/06/24 17:53
Change comment: There is no comment for this version
To version 5.1
edited by Nikita Kapchenko
on 2019/06/25 11:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -39,11 +39,21 @@
39 39  (((
40 40  (% class="col-xs-12 col-sm-6" %)
41 41  (((
42 -= Extend your wiki =
42 += GitHub =
43 43  
44 -To extend the power and functionalities of your wiki with the features that //you// need, head over to the {{velocity}}[[Extension Manager>>path:$xwiki.getURL($services.model.createDocumentReference('wiki', 'XWiki', 'XWikiPreferences'), 'admin', 'editor=globaladmin&section=XWiki.Extensions')]]{{/velocity}} where you can search for and install extensions.
44 +From remote to local:
45 45  
46 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>http://extensions.xwiki.org]].
46 +Git bash -> git clone REPO_URL
47 +
48 +From local to remote:
49 +
50 +Git bash:
51 +
52 +~1. git add .
53 +
54 +2. git commit -m "comment"
55 +
56 +3. git push origin master
47 47  )))
48 48  
49 49  (% class="col-xs-12 col-sm-6" %)