xf-addon:github-init {--gitinit} {--gitignore} ADDON_ID PROJECT_NAME - the command will move all files related to the add-on to the $FORUM_ROOT/github/$PROJECT_NAME/upload directory and creates symlinks to the transferred files.
--gitinit option executes the "git init" command in $FORUM_ROOT/github/$PROJECT_NAME directory.
* Working only if shell_exec function is available.
--gitignore option creates the .gitignore file in $FORUM_ROOT/github/$PROJECT_NAME directory.
xf-addon:github-release ADDON_ID PROJECT_NAME - does everything the same as the "xf-addon:release-build" for the Github project, keeping the correct file structure.
* Should be used instead of xf-addon:build-release command.