You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2122,6 +2122,25 @@ AST exposes the abstract syntax tree generated by PHP 7+. This extension is requ
2122
2122
2123
2123
2124
2124
2125
+
<br>
2126
+
<aname="Install-Bash-Git-Prompt"></a>
2127
+
## Install Git Bash Prompt
2128
+
A bash prompt that displays information about the current git repository. In particular the branch name, difference with remote branch, number of files staged, changed, etc.
2129
+
2130
+
1 - Open the `.env` file
2131
+
2132
+
2 - Search for the `WORKSPACE_INSTALL_GIT_PROMPT` argument under the Workspace Container
2133
+
2134
+
3 - Set it to `true`
2135
+
2136
+
4 - Re-build the container `docker-compose build workspace`
2137
+
2138
+
**Note** You can configure bash-git-prompt by editing the `workspace/gitprompt.sh` file and re-building the workspace container.
2139
+
For configuration information, visit the [bash-git-prompt repository](https://github.com/magicmonty/bash-git-prompt).
0 commit comments