Changes between Version 4 and Version 5 of SourceCodeGit


Ignore:
Timestamp:
Jul 20, 2012, 4:50:56 AM (12 years ago)
Author:
brevilo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v4 v5  
    5252=== Read-only access (cloning / checkout code) ===
    5353
     54Note: this will give you anonymous read-only access only. For direct write access, please refer to the next section.
     55
    5456In a shell/terminal, use the the following commands to clone the repository:
    5557{{{
     
    8183 * Private key: {{{~/.ssh/id_rsa}}}
    8284{{{
    83 ssh-keygen -t rsa 4096 -f ~/.ssh/id_rsa
     85ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
    8486}}}
    8587