#acl HlpLabGroup:read,write,delete,revert,admin All:read #format wiki #language en Before you use git the first time, you should configure it so when you check code in the system knows who you are: {{{ git-config --global user.name "Givenname Familyname" git-config --global user.email "youraddress@dept.rochester.edu" }}}