Changes between Version 39 and Version 40 of UsingGitWithWebKit
- Timestamp:
- Feb 13, 2010, 10:22:34 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v39 v40 129 129 130 130 == 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 instance131 * 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 132 132 {{{ 133 133 PS1='\[\033[41;1;37m\]\u@\h:\[\033[40;1;33m\]\W$(__git_ps1 " (%s)")>\[\033[0m\] '