[mcoble@mcoble bc-repos]$ git clone ssh://fde@localhost:8001/jbpm-playground Cloning into 'jbpm-playground'... Password authentication Password: remote: Counting objects: 153, done remote: Finding sources: 100% (4/4) remote: Getting sizes: 100% (3/3) remote: Compressing objects: 100% (1116/1116) remote: Total 935 (delta 0), reused 931 (delta 0) Receiving objects: 100% (935/935), 168.75 KiB | 0 bytes/s, done. Resolving deltas: 100% (372/372), done. [mcoble@mcoble bc-repos]$ cd jbpm-playground/HR/ [mcoble@mcoble HR]$ vim pom.xml [mcoble@mcoble HR]$ git commit -a -m "test 2nd ssh command" [master 6cb605a] test 2nd ssh command 1 file changed, 1 insertion(+), 1 deletion(-) [mcoble@mcoble HR]$ git push origin master Password authentication Password: Counting objects: 7, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 364 bytes | 0 bytes/s, done. Total 4 (delta 3), reused 0 (delta 0) remote: Resolving deltas: 100% (3/3) remote: Updating references: 100% (1/1) To ssh://fde@localhost:8001/jbpm-playground c356fec..6cb605a master -> master [mcoble@mcoble HR]$ cd ../../../bc-repos-2/ [mcoble@mcoble bc-repos-2]$ git clone ssh://fde@localhost:8001/jbpm-playground Cloning into 'jbpm-playground'... Password authentication Password: remote: Total 939 (delta 0), reused 939 (delta 0) Receiving objects: 100% (939/939), 169.02 KiB | 0 bytes/s, done. Resolving deltas: 100% (375/375), done.