{{title|replace(',','_')|replace(':','_')|replace('/','_')|replace('\n','_')}}
{% raw %}
> [!IMPORTANT] Next highlight
# To permanently cache the credentials | |
git config --global credential.helper store | |
# To ignore files that could cause issues across different workspaces | |
touch .gitignore | |
echo ".obsidian/cache | |
.trash/ | |
.DS_Store" > .gitignore |