We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ecb7f commit faa7d54Copy full SHA for faa7d54
appdev.Dockerfile
@@ -183,7 +183,8 @@ RUN git config --global push.default upstream \
183
&& git config --global alias.sla 'log --oneline --decorate --graph --all' \
184
&& git config --global alias.co 'checkout' \
185
&& git config --global alias.cob 'checkout -b' \
186
- && git config --global --add --bool push.autoSetupRemote true
+ && git config --global --add --bool push.autoSetupRemote true \
187
+ && git config --global core.editor "code --wait"
188
189
# Alias 'git' to 'g'
190
# RUN echo 'export PATH="$PATH:$GITPOD_REPO_ROOT/bin"' >> ~/.bashrc
0 commit comments