01 Sep 2024
How to install git bfg on Windows
- Download the jar from the developer’s website
- Put the bfg.jar in C:\jars\
- Create a file in C:\jars\ with notepad++ called bfg and add the following
java -jar bfg.jar - Make sure your bfg file you just created has no file extension
- Open the Windows menu and search for ”Edit the System environment variables.”
- Click on ”Environment Variables”
- Under System variables, double click on Path
- Add a new path ”C:\jars\”
- Click ok on both windows
- Now you should be able to open a new command prompt, type bfg and it should execute the jar