-
Notifications
You must be signed in to change notification settings - Fork 1
/
InstalacionSuperRapidaGit.txt
66 lines (34 loc) · 1.13 KB
/
InstalacionSuperRapidaGit.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
ubuntu 15.10
64 bit
(Configurar Terminal para tener fondo negro y texto blanco.)
https://www.google.com.mx/chrome/browser/desktop/
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client
spotify
sudo apt-get install git
git clone https://github.com/a9lara/GitRepository.git
sudo apt-get install xclip
ssh-keygen
ssh-add ~/.ssh/id_rsa
xclip -sel clip < ~/.ssh/id_rsa.pub
https://github.com/a9lara/GitRepository
(Pega en GitHub la SSH key)
(En el repositorio que quieres, donde dice clonar, selecciona SSH.)
cd GitRepository
cd .git
gedit config
(Cambia el URL de -remote "origin"- por el que copiaste, salvalo y cierralo.)
cd
cd GitRepository
git config --global push.default matching
git config --global user.email [email protected]
(Y luego clonar y pegar en git config el link SSH para a9lara.github.io)
(Listo)
cd GitRepository
git add MTG.txt
git commit -m"Agruegué nuevas cartas"
git push
cd
exit