This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 63549372317321a8be323a041b528087ecf27f53 Author: Jay Pinkman <[email protected]> Date: Fri Nov 20 04:12:07 2015 +0200 Instructions for updating a copy of the git repo --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 83db31b..4eb1592 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,6 +19,12 @@ You can clone it using the following command (read-only URL): git clone --recursive https://github.com/aseprite/aseprite.git +To update an existing copy: + + cd aseprite + git pull + git submodule update --init --recursive + On Windows you can use programs like [msysgit](http://msysgit.github.io/) to clone the repository. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

