Skip to content

Instantly share code, notes, and snippets.

@nrocy
Created December 6, 2011 18:29
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 nrocy/1439308 to your computer and use it in GitHub Desktop.
Save nrocy/1439308 to your computer and use it in GitHub Desktop.
~/src/phpspec develop$ git log -1
commit 69c34b3a257126200eb7097a0720581643931f29
Author: Marcello Duarte <marcello.duarte@gmail.com>
Date: Tue Nov 29 20:38:01 2011 +0000
Deprecated setFormatter, as the internal structure needs an array
~/src/phpspec develop$ php scripts/phpspec.php --bootstrap spec/SpecHelper.php spec
phpspec: Invalid option bootstrap
~/src/phpspec develop$ php scripts/phpspec.php spec --bootstrap spec/SpecHelper.php
phpspec: Invalid option bootstrap
~/src/phpspec develop$ git remote show origin
* remote origin
Fetch URL: git@github.com:nrocy/phpspec.git
Push URL: git@github.com:nrocy/phpspec.git
HEAD branch: master
Remote branches:
develop tracked
master tracked
Local branch configured for 'git pull':
master merges with remote master
Local refs configured for 'git push':
develop pushes to develop (up to date)
master pushes to master (up to date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment