Skip to content

Commit

Permalink
feat: enabling git config --global --add --bool push.autoSetupRemote …
Browse files Browse the repository at this point in the history
…true
  • Loading branch information
venkatamutyala authored Jan 2, 2023
1 parent 6c468f1 commit 68a4b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN mv k9s /usr/local/bin
RUN rm k9s_Linux_x86_64.tar.gz

ARG NONROOT_USER=vscode
RUN git config --global --add --bool push.autoSetupRemote true

RUN echo "#!/bin/sh\n\
sudoIf() { if [ \"\$(id -u)\" -ne 0 ]; then sudo \"\$@\"; else \"\$@\"; fi }\n\
Expand Down

0 comments on commit 68a4b4a

Please sign in to comment.