1. An rm and git accident

    The background is, I have a git repo of nodejs code. There is a controllers folder in the repo, which I just made some (well, a lot of) changes and am about to commit the staged changes.

    Then in the root folder of the repo, I suddenly have an urge …

    Tagged as : Linux Chinese
  2. Self-Updating Node.js Web App

    Can a node.js/express.js web app update itself from a github repo? (i.e. whenever we do a git push to github, the server side will also use git pull to update itself)

    It's possible thanks to the powerful WebHook of github.

    The basic idea is, to use …

    Tagged as : nodejs English

Page 47 / 55