Skip to content

Commit

Permalink
Set git editor to be VS Code (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaniwoods authored Aug 3, 2023
1 parent c2ecb7f commit faa7d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appdev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ RUN git config --global push.default upstream \
&& git config --global alias.sla 'log --oneline --decorate --graph --all' \
&& git config --global alias.co 'checkout' \
&& git config --global alias.cob 'checkout -b' \
&& git config --global --add --bool push.autoSetupRemote true
&& git config --global --add --bool push.autoSetupRemote true \
&& git config --global core.editor "code --wait"

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

0 comments on commit faa7d54

Please sign in to comment.