-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub.txt
67 lines (52 loc) · 1.43 KB
/
github.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
NewBranch: # {
# [email protected]:mv/home.git
git remote add origin [email protected]:mv/home.git
git push origin "[new-branch]"
}
###
### user mv
###
git config --global user.name "Marcus Vinicius Ferreira"
git config --global user.email [email protected]
git config --global github.user mv
git config --global github.token b2578f3f3901d24fabc5d1780d54516e
### ssh config
Host githubmv
User git
Port 22
Hostname github.com
IdentityFile ~/.ssh/marcus_anirul_id_rsa
IdentitiesOnly yes
TCPKeepAlive yes
git clone ssh://[email protected]:mv/codework
git clone githubmv:mv/codework
codework
home
vim
###
### user mvdba
###
git config --global user.name "Marcus Vinicius Ferreira"
git config --global user.email [email protected]
git config --global github.user mvdba
git config --global github.token e4bc8bea4158b67275c5b9b6f79b105a
### ssh config
Host githubmvdba
User git
Port 22
Hostname github.com
IdentityFile ~/.ssh/marcus_anirul_id_dsa
IdentitiesOnly yes
TCPKeepAlive yes
git clone ssh://[email protected]:mvdba/adp2.git
git clone githubmvdba:mvdba/adp2.git
adp2
db-consolid
dba
nagios
check_oracle_health
Ref:
http://www.consol.de/fileadmin/opensource/Nagios/check_oracle_health-1.6.2.tar.gz
http://www.consol.com/opensource/nagios/
# vim: ft=text: