Skip to content

Instantly share code, notes, and snippets.

@zmughal
Created April 16, 2014 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmughal/35f75acf6dfc9dfbeec9 to your computer and use it in GitHub Desktop.
Save zmughal/35f75acf6dfc9dfbeec9 to your computer and use it in GitHub Desktop.
[0]--(22:06:03)-(zaki@simulo)-(~)
♥ cd /tmp/
[0]--(22:06:05)-(zaki@simulo)-(/tmp)
♥ git clone https://github.com/zmughal/p5-Image-Leptonica
Cloning into 'p5-Image-Leptonica'...
remote: Reusing existing pack: 61, done.
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 68 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (68/68), done.
Checking connectivity... done.
[0]--(22:06:27)-(zaki@simulo)-(/tmp)
♥ cd p5-Image-Leptonica/
[0]--(22:06:28)-(zaki@simulo)-(/tmp/p5-Image-Leptonica)
-(master)-♥ ls
Changes dist.ini inc Leptonica.xs lib ppport.h t typemap
[0]--(22:06:29)-(zaki@simulo)-(/tmp/p5-Image-Leptonica)
-(master)-♥ git branch -v -a
* master 342165b add gitignore
remotes/origin/HEAD -> origin/master
remotes/origin/master 342165b add gitignore
remotes/origin/temp-build 1bcc2b0 hardcode leptonica compiler flags
[0]--(22:06:34)-(zaki@simulo)-(/tmp/p5-Image-Leptonica)
-(master)-♥ git checkout temp-build
Branch temp-build set up to track remote branch temp-build from origin.
Switched to a new branch 'temp-build'
[0]--(22:06:38)-(zaki@simulo)-(/tmp/p5-Image-Leptonica)
-(temp-build)-♥ git l | head -1
* 1bcc2b0 (HEAD, origin/temp-build, temp-build) hardcode leptonica compiler flags (by Zakariyya Mughal 27 minutes ago)
[0]--(22:08:27)-(zaki@simulo)-(/tmp/p5-Image-Leptonica)
-(temp-build)-♥ git --version
git version 1.9.1
[0]--(22:08:57)-(zaki@simulo)-(/tmp/p5-Image-Leptonica)
-(temp-build)-♥ ls
Changes inc lib Makefile.PL META.yml README typemap
dist.ini Leptonica.xs LICENSE MANIFEST ppport.h t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment