Changes between Version 39 and Version 40 of UsingGitWithWebKit


Ignore:
Timestamp:
Feb 13, 2010 10:22:34 PM (14 years ago)
Author:
Chris Jerdonek
Comment:

Added tip on how to determine the path to git.

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v39 v40  
    129129
    130130== Misc. Tips and Tricks ==
    131  * You can setup '''Git shell completion and branch name in your bash prompt.'''  In your /path/to/git/source/contrib/completion directory you will find a 'git-completion.bash' file.  Follow the instructions in that file to enable shell completion.  Here is a nice bash prompt for instance
     131 * You can setup '''Git shell completion and branch name in your bash prompt.'''  In your <path-to-git-source>/contrib/completion directory you will find a 'git-completion.bash' file.  The command "git --exec-path" may help you determine your path to git.  Follow the instructions in that file to enable shell completion.  Here is a nice bash prompt for instance
    132132{{{
    133133PS1='\[\033[41;1;37m\]\u@\h:\[\033[40;1;33m\]\W$(__git_ps1 " (%s)")>\[\033[0m\] '