Proteusiq / dotfiles

🦊 Waiting for the World to Change One Bytes
MIT License
1 stars 0 forks source link

Git for DS config #30

Open Proteusiq opened 1 month ago

Proteusiq commented 1 month ago
# globally ignore notebook checkpoints and .env
git config --global core.excludesfile '~/.gitignore' && echo -e '.ipynb_checkpoints\n.env' >> ~/.gitignore

# create renite branch and push
git config --global push.default current