Skip to content

Instantly share code, notes, and snippets.

View andhernand's full-sized avatar

Andres Hernandez andhernand

  • Salt Lake City, UT
View GitHub Profile
@andhernand
andhernand / gist:2153893
Created March 21, 2012 22:48
fubu new help
# I have forked FubuMVC, ran 'InstallGems.bat', ran 'rake', created a working branch 'fubunew',
# and have added 'C:\projects\fubumvc\src\fubu\bin\debug' to my path.
# All appears to be fine.
# git is accessible from my command line. I have tried running from Command Prompt, Power Shell, and git-bash.
C:\tmp\fubu new LittleLeagueMugger -g https://github.com/DarthFubuMVC/rippletemplate.git -r .fuburake
# the following is my output:
C:\tmp>fubu new LittleLeagueMugger -g https://github.com/DarthFubuMVC/rippletemplate.git -r .fuburake
@andhernand
andhernand / git hist
Created March 10, 2012 07:13
Awesome History command that I found in the git_immersion tutorial offered by edgecase.
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short