Finished first version of git-remote content.
Compare changes
Files
15- Mark HOEBEKE authored
+ 3
− 18
@@ -8,13 +8,6 @@ This is also handy when you work on several different machines (your personal la
A more advanced usage is to work on several local copies of a remote repository simultaneously. Ex.: You are working on a new feature of your program (or a new chapter of your book), but you need to fix a bug in the current release of the same program (or you want to fix typos and other minor mistakes in another chapter). Git makes it easy to have two (or any number of) *distinct* copies of the same repository on your machine in completely separate folders, and allows you to make modifications in isolation before propagating your work back to the same remote repository.
@@ -23,7 +16,8 @@ The actual URL(s) for a GitLab hosted project can be found by clicking the `Clon
@@ -41,7 +35,7 @@ The command may ask you for your GitLab username and your password.
@@ -66,12 +60,3 @@ This contents has to be copied to the GitLab SSH Key management page, accessible
The SSH private key must be present in the correct location on each machine (laptop, workstation) that will be used to access the GitLab repository. It is recommended to generate a key pair on each machine and to add each public key to GitLab. It avoids having multiple copies of a private key, and also allows to track which machine was used to access the repository.