An efficient development environment and workflow are essential for productivity and organization.
I like to use Git Extensions for a lot of the work I do. I feel that it does a great job at presenting git in an intuitive and instructive way.
To get started on Windows you will need to download and install the following:
Be sure to complete all configuration when launching Git Extensions for the first time. This mostly involves setting the path to application dependencies. I recommend setting Git Extensions to use your GitHub username and email.
Git supports both HTTPS and SSH.
Coming soon…
Installing Pandoc:
Ubuntu/Debian sudo apt install -y pandoc texlive-latex-recommended texlive-latex-extra texlive-xetex wkhtmltopdf
RedHat/Rocky/CentOS sudo yum install -y pandoc texlive-latex texlive-xetex wkhtmltopdf
Extensions