Guest User

Untitled

a guest
Nov 19th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $ git gui
  2. git: 'gui' is not a git command. See 'git --help'.
  3.  
  4. Did you mean one of these?
  5. grep
  6. init
  7. pull
  8. push
  9.  
  10. [alias]
  11. gui = !sh -c '/usr/local/git/libexec/git-core/git-gui'
  12.  
  13. alias gui='/usr/local/git/libexec/git-core/git-gui'
  14.  
  15. brew install git
  16.  
  17. $ which git
  18. /usr/local/bin/git
  19.  
  20. $ git --version
  21. git version 1.7.12.1
  22.  
  23. brew install git
  24. /usr/local/opt/git/bin/git gui
Add Comment
Please, Sign In to add comment