Topic on Talk:Download from Git

Say how to update a SINGLE extension

2
Jidanni (talkcontribs)

Say how to update a SINGLE extension too.

2nd (talkcontribs)

Cd to ext

cd extensions/abcExtension/

If need watch diff

git fetch origin
git diff HEAD origin/master
git merge origin/master

Or immediately apply changes

git pull origin master
Reply to "Say how to update a SINGLE extension"