Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before you start to use git, make sure you have the server has access rights to your companies repository.

...

To refresh code later on user need to run command:

Code Block
git pull

...


Tip

If you wish to use a non-standard ssh key e.g. git_rsa instead of id_rsa then you need to specify that in your ssh config file:

[root@hansa git]# cat ~/.ssh/config
Host services.burti.lv
User git
IdentityFile /root/.ssh/git_rsa

 

 

Page Properties
hiddentrue


Related issues 


...