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

How to Install GitEye Git Client on Ubuntu 15.10 Wily Linux+GNU Easy Guide

October 3, 2015 | By the+gnu+linux+evangelist.

GitEye Quick Start for Ubuntu 15.10 Wily Linux

The Linux Ubuntu tutorial shows you step-by-step How to Install and Getting Started with the Free Git Client GitEye on Ubuntu 15.10 Wily Werewolf GNU/Linux desktop – Step by step Tutorial.

CollabNet GitEye is an Intuitive Graphical Git client with Integration to your favorite Planning, Tracking, Code Reviewing, and Build Tools.

Installing GitEye for Ubuntu 15.10 Wily Linux - Featured
  1. Download CollabNet GitEye Client for Linux

    GitEye for GNU/Linux
  2. Double-Click and Extract into /tmp/GitEye.

    Installing GitEye for Ubuntu 15.10 Wily - GitEye Extraction

  3. Open a Shell Terminal emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    GitEye Installation on Ubuntu 15.10 Wily - Open Terminal

    In case first see: Terminal QuickStart Guide.

  4. Relocating GitEye
    Set the SuperUser as Owner:

    sudo chown -R root:root /tmp/GitEye

    Then Switch Contents:

    sudo mv /tmp/GitEye /opt/GitEye

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  5. Launching GitEye from Shell
    Create a Symlink to make it Easier:

    sudo ln -s /opt/GitEye/GitEye /usr/local/bin/GitEye

    Then Launch it simply with:

    GitEye
  6. How to Create a GitEye desktop Menu App Launcher

    Desktop Launcher Guide

Installing GitEye for Ubuntu 15.10 Wily Linux - UI