-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.txt
40 lines (28 loc) · 1.07 KB
/
info.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
$ git init
$ git status
$ git add .
$ git commit -m 'rrr'
git://github.com/f4studio/py_emulyator
https://www.youtube.com/watch?v=qt-QDN3MyeM
git config --global user.email [email protected]
git push -u origin master
git remote. Она перечисляет список имён-сокращений для всех уже указанных удалённых дескрипторов.
Чтобы посмотреть, какому URL соответствует сокращённое имя в Git, можно указать команде опцию -v:
$ git remote -v
https://www.youtube.com/watch?v=SZARWakrCro
$ git branch rema
$ git branch
* master
rema
git push origin my_awesome_branch
---------------------------
$ git fetch origin
------------------------------
fatal: remote origin already exists.
Мне помогло сделать
git commit -m "initial commit",
commit можно сделать только добавив почту
git config --global user.email
теперь я получил
fatal: remote origin already exists.