To clone one of these trees, install git, and run:
git clone http://git.ece.ufrgs.br/project_path.git
or if you have an SSH key in the ECE Git server and want to be able to push your commits:
git clone ssh://[login@]git.ece.ufrgs.br/srv/git/project_path.git
or if you prefer to use an SCP-like syntax:
git clone [login@]git.ece.ufrgs.br:/srv/git/project_path.git
The clone URL for a specific project is available on the summary page of
that project.
For more information about git, see an overview of available documentation, the tutorial or the man pages.