$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install SmartGit Client on CentOS 6 Gnu/Linux

April 21, 2019 | By the+gnu+linux+evangelist.

SmartGit CentOS 6 - Installing

  1. Installing SmartGit Client on CentOS.

    Set the SuperUser as Owner:

    su -c "chown -R root:root /tmp/smartgit"

    Switch Contents:

    su -c "mv /tmp/smartgit /opt/"

    Make a Symlink for Easier Launching:

    su -c "ln -s /opt/smartgit/bin/smartgit.sh /usr/local/bin/smartgit"
  2. How to Create a SmartGit Client Menu Launcher

    SmartGit Launcher Guide