Create an empty git repo or reinitialize an existing one
git init| export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin" | |
| export PATH="/usr/local/opt/python/bin:$PATH" | |
| export GPG_TTY=$(tty) | |
| # export START="$HOME/a" | |
| # if [[ $PWD == $HOME ]]; then | |
| # cd $START | |
| # fi | |
| # alias ls='ls -F --color --show-control-chars' |
Create an empty git repo or reinitialize an existing one
git init