necouchman commented on PR #1061:
URL: 
https://github.com/apache/guacamole-client/pull/1061#issuecomment-2861246211

   > I'd like to test your code but I am not a github expert. I have checked 
out both guacamole-client and guacamole-server locally.
   > 
   > How do I put them in the correct state? I suspect --branch is involved.
   
   Should be something like:
   git clone https://github.com/apache/guacamole-client
   cd guacamole-client
   git fetch origin pull/1061/head:test/GUACAMOLE-288
   git checkout test/GUACAMOLE-288
   mvn clean package
   
   (and similarly for guacamole-server, just substituting in the correct pull 
request number for that repo, then autoreconf, configure, make, etc.)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to