Skip to content

Instantly share code, notes, and snippets.

@joelip
Created April 29, 2014 09:18
Show Gist options
  • Save joelip/11394963 to your computer and use it in GitHub Desktop.
Save joelip/11394963 to your computer and use it in GitHub Desktop.

####Installing tig on VirtualBox Allows for use of tig (powerful git tool) in VirtualBox for Bloc Jams

	vagrant@precise32:~/bloc-jams$ git remote add github https://github.com/joelip/bloc_jams.git
	vagrant@precise32:~/bloc-jams$ git push github master
	Username for 'https://github.com': joelip
	Password for 'https://[email protected]':
	To https://github.com/joelip/bloc_jams.git
	 * [new branch]      master -> master
	vagrant@precise32:~/bloc-jams$ tig
	The program 'tig' is currently not installed.  You can install it by typing:
	sudo apt-get install tig
	vagrant@precise32:~/bloc-jams$ sudo apt-get install tig
	Reading package lists... Done
	Building dependency tree
	Reading state information... Done
	The following NEW packages will be installed:
	  tig
	0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded.
	Need to get 212 kB of archives.
	After this operation, 569 kB of additional disk space will be used.
	Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe tig i386 0.17-1ubuntu1 [212 kB]
	Fetched 212 kB in 1s (195 kB/s)
	Selecting previously unselected package tig.
	(Reading database ... 30054 files and directories currently installed.)
	Unpacking tig (from .../tig_0.17-1ubuntu1_i386.deb) ...
	Processing triggers for man-db ...
	Setting up tig (0.17-1ubuntu1) ...
	vagrant@precise32:~/bloc-jams$ tig
	vagrant@precise32:~/bloc-jams$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment