Added git config

This commit is contained in:
Devin Dice 2022-08-07 16:12:21 -04:00
parent 3140b3477d
commit 83a64fd1e0
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ HTTP_PASSWORD=
cp /cloud9/bashrc.default /home/$USER/.bashrc
chown -R $USER:$USER /home/$USER/.bashrc
# Gitconfig
touch /workspace/.ubuntu/gitconfig
ln -sf /workspace/.ubuntu/gitconfig /home/$USER/.gitconfig
# cloud9
cp /cloud9/bashrc.default /home/$USER/.bashrc