mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: git: master
This commit is contained in:
parent
24fd0a8aa7
commit
7c0dca6038
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ RUN echo "> remove user" && \
|
|||
echo "> setup git" && \
|
||||
git config --global core.whitespace -trailing-space && \
|
||||
git config --global pull.rebase true && \
|
||||
git config --global init.defaultBranch master && \
|
||||
echo "> configure bash" && \
|
||||
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
|
||||
echo "alias buni='bun i --no-save'" >> /etc/bash.bashrc && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue