Skip to content
  • Bill Lorensen's avatar
    ENH: Improved process for remote module fetching · 4935a79f
    Bill Lorensen authored
    Added an environment variable so that developers can try new revisions
    without editing the remote module description file.
    
    For example, the HEAD of the remote module can be tested by executing
    these git commands in the remote module checkout:
    
    git pull
    
    export RemoteGitTag=`git rev-parse HEAD`
    4935a79f