cd /c/git/
mkdir <your_name> #wher you replace <your_name> with your name
cd <your_name>
git clone https://github.com/FRCTeam1024/PowerUp.git
<path_to_eclipse>/eclipse.exe -data . # you should be in /c/git/<your_name>
cd /c/git/<your_name>/PowerUp
git pull
cd ..
<path_to_eclipse>/eclipse.exe -data . # you should be in /c/git/<your_name>