Changes between Initial Version and Version 1 of Ticket #37462, comment 11


Ignore:
Timestamp:
Oct 13, 2013, 4:38:02 AM (11 years ago)
Author:
robsonpeixoto@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37462, comment 11

    initial v1  
    77sudo port -s install hub
    88}}}
     9
     10And add on ~/.bashrc below because of that bug `-bash: __git_complete: command not found`
     11{{{
     12#!sh
     13alias git='hub'
     14source /opt/local/share/bash-completion/completions/git
     15source /opt/local/share/bash-completion/completions/hub
     16}}}