<h3>Monitoring and Control Features</h3>
<div class="index">
-<ul><a href="tools/jtageditor.pl">Edit JTAG configuration files</a>
-<li><a href=""></a>
+<ul>
+<li><a href="tools/jtageditor.pl">Edit JTAG configuration files</a>
+<li><a href="tools/testgui.pl">Quick Analysis of sensor data</a>
+<li><a href="http://cerberus.x-matter.uni-frankfurt.de:8000/tools/pwr">Power Supply Control</a>
</ul>
</div>
<h3>Update</h3>
<div class="index">
<ul>
-<li><a href="tools/gitupdate.pl?master">Check-out the stable branch without config files</a>
+<li><a href="tools/gitupdate.pl?master">Check-out the master branch without config files</a>
+<li><a href="tools/gitupdate.pl?current">Check-out the currently selected branch without config files</a>
<li>Check-out the stable branch including config files: add -config to URL
</div>
print "Pulling new data from server\n";
cmd("git pull ");
-print "Changing to branch $commands[0].\n";
-cmd("git checkout $commands[0]");
+unless($commands[0] eq "current") {
+ print "Changing to branch $commands[0].\n";
+ cmd("git checkout $commands[0]");
+ }
unless (defined $commands[1] && $commands[1] eq "config") {