Tag archives for git

  1. Git update tip: git add and git remove with one step

    At Crowd Favorite we keep a github mirror repo of several plugins that we integrate into client sites; this helps w/ our workflow as we can utilize git submodules for the plugins. When upgrading a plugin, it’s easiest to rm * the contents of the plugin (besides the .git folder) and then svn export –force…