-
Notifications
You must be signed in to change notification settings - Fork 66
/
Github_update.txt
48 lines (30 loc) · 1.05 KB
/
Github_update.txt
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
46
47
Git cloning ...
---------------
... the master branch
git clone git@github.com:daniel-koehn/DENISE-Black-Edition.git
... only the latest master branch update
git clone --depth=1 git@github.com:daniel-koehn/DENISE-Black-Edition.git
... a developing branch
git clone -b branch_name git@github.com:daniel-koehn/DENISE-Black-Edition.git
Update of Github DENISE-Black-Edition repository
------------------------------------------------
Before you update the repository:
Be sure that all compiled code in /src and /libcseife is removed by
make clean
Furthermore, all model files, log files, snap shot files, FA-pick files,
STF files and seismograms from
par/jacobian
par/log
par/model
par/picked_times
par/start
par/wavelet
are removed. The /par directory should only contain the Marmousi-II example
input, workflow, source and receiver files.
1. Move to DENISE-Black-Edition directory
2. git add -A
3. git commit -m "Comment on the latest update"
For a specific branch ...
4. git push origin branch_name
For master branch ...
4. git push origin master