Skip to content

Commit faa7d54

Browse files
authored
Set git editor to be VS Code (#14)
1 parent c2ecb7f commit faa7d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appdev.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ RUN git config --global push.default upstream \
183183
&& git config --global alias.sla 'log --oneline --decorate --graph --all' \
184184
&& git config --global alias.co 'checkout' \
185185
&& git config --global alias.cob 'checkout -b' \
186-
&& git config --global --add --bool push.autoSetupRemote true
186+
&& git config --global --add --bool push.autoSetupRemote true \
187+
&& git config --global core.editor "code --wait"
187188

188189
# Alias 'git' to 'g'
189190
# RUN echo 'export PATH="$PATH:$GITPOD_REPO_ROOT/bin"' >> ~/.bashrc

0 commit comments

Comments
 (0)