Commands
Development (ssh: botsh)
Git
Git Push
Push using mars ssh key
GIT_SSH_COMMAND="ssh -i /root/.ssh/id_ed25519.mars" git pushMisc
Kill whatever is running on port
sudo kill -9 $(sudo lsof -t -i:7000)Last updated on
Push using mars ssh key
GIT_SSH_COMMAND="ssh -i /root/.ssh/id_ed25519.mars" git pushsudo kill -9 $(sudo lsof -t -i:7000)