tallyman - Git Repositories
Show feedback again
Browsing the Git Repository
You can Browse the Git repository of this project with your web browser. This gives you a good picture of the current status of the source files. You may also view the complete histories of any file in the repository as well as differences among two versions.
Getting a Copy of the Git Repository
Anonymous clone
To get a copy (clone) of this project's Git repository, run the following command:
git clone git://git.gnu.org.ua/tallyman.git
Project Member Git Access via SSH
Project members get read-write clones using Git over SSH, using the following command:
git clone ssh://<membername>@git.gnu.org.ua/tallyman.git
The SSHv2 public key fingerprints for the machine hosting the repositories are:
RSA: 2048 42:37:03:f6:39:2b:9c:4d:af:bd:c3:68:f7:eb:45:b9 DSA: 1024 27:81:e0:42:6a:30:d9:7c:3e:c2:01:d9:7b:c5:66:04 ECDSA 256 bf:14:5d:ae:3d:11:0d:f7:bd:92:2d:6d:25:ae:f7:6f
User guide
For additional information about Git, please refer to Git User's Manual.
Show feedback again