받고 난 뒤에 변경사항이 있다면 아래 명령으로 갱신된 내용을 받을 수 있습니다.
git clone 명령으로 받아 생성된 moniwiki 디렉토리로 이동해서 아래 명령 실행(.git 디렉토리 있어야 실행 가능합니다).
git pull
 
예를 들어서
$ git pull
remote: Counting objects: 67, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 49 (delta 38), reused 47 (delta 36)
Unpacking objects: 100% (49/49), done.
From https://github.com/wkpark/moniwiki
   6b15773..812193b  master     -> origin/master
Updating 6b15773..812193b
Fast-forward
 config.php.default        |    1 -
 lib/HTTPClient.php        |  148 +++++++++++++++++++++++++-------------------
 lib/PageIndex.php         |    2 +-
 lib/titleindexer.text.php |    2 +-
 local/moniwyg.js          |    6 ++-
 plugin/Diff.php           |    6 +--
 plugin/FullSearch.php     |    2 +-
 plugin/Info.php           |    6 +-
 plugin/LikePages.php      |   17 -----
 plugin/rcsexport.php      |    4 +-
 plugin/rcsimport.php      |    4 +-
 plugin/revert.php         |    3 +-
 wiki.php                  |  109 +++++++--------------------------
 wikilib.php               |   95 ++++++++++++++++-------------
 14 files changed, 174 insertions(+), 231 deletions(-)
 
이렇게 하면 자동으로 업데이트되며, 자신이 고쳐서 쓰고있는 부분은 대게 잘 보존됩니다.