File: githubAccess_public.txt

package info (click to toggle)
liggghts 3.0.3%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 106,076 kB
  • ctags: 34,406
  • sloc: cpp: 363,723; python: 21,138; ansic: 9,146; perl: 3,687; sh: 2,841; fortran: 2,802; xml: 788; makefile: 485; objc: 238; lisp: 169; f90: 145; csh: 16; awk: 14
file content (45 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"CFDEMproject WWW Site"_lws - "CFDEM Commands"_lc :c

:link(lws,http://www.cfdem.com)
:link(lc,CFDEMcoupling_Manual.html#comm)
:link(github,http://github.com)
:link(gitHelp,http://help.github.com/linux-set-up-git)

:line
githubAccess_public :h3
:line

[Description:]

This routine describes how to setup a github account and pull repositories of the CFDEMproject.

[Procedure:]

Basically the following steps have to be performed:
{git clone} the desired repository :ulb,l
update your repositories by {git pull} :l
:ule

[{git clone} the desired repository:]

To clone the public LIGGGHTS repository, open a terminal and execute:

git clone git@github.com:CFDEMproject/LIGGGHTS-PUBLIC.git :pre

Note: the git protocol will not work if your computer is behind a firewall which blocks the relevant TCP port, you can use alternatively:

git clone https://github.com/CFDEMproject/LIGGGHTS-PUBLIC.git :pre

To clone the public CFDEMcoupling repository, open a terminal and execute:

git clone git@github.com:CFDEMproject/CFDEMcoupling-PUBLIC.git :pre

Note: the git protocol will not work if your computer is behind a firewall which blocks the relevant TCP port, you can use alternatively:

git clone https://github.com/CFDEMproject/CFDEMcoupling-PUBLIC.git :pre

[Update your repositories by {git pull}:]

To get the latest version, open a terminal, go to the location of your local installation and type:

git pull :pre