Notes

  • You can remotely git pull using bash.
  • Make your own toolsCheck page.
export project_dir=$HOME/vscode  # change vscode to different name to test git clone
export project=$project_dir/turtle  # change APCSP to name of project from git clone
export project_repo="https://github.com/h4seeb-cmd/turtle.git"  # change to project of choice