update:
	git pull

# DOES NOT WORK - ifndef will always be executed
#commitLocalChanges:
#ifndef message #the following lines MUST NOT be indented
#$(error message is not set - please call this target with >make commitLocalChanges message="a senseful message for the version control system")
#endif
#echo "Will commit changes with ${message} and push to bare repo"
#git commit -a -m"${message}"
#git push
