|
@@ -68,14 +68,15 @@ Date: Fri Jan 17 10:21:46 2025 +0300
|
|
1. Выполняем команду `git push`
|
|
1. Выполняем команду `git push`
|
|
|
|
|
|
```
|
|
```
|
|
-C:\Users\User\bebro>git push origin master
|
|
|
|
-Username for 'https://kolei.ru': asuvorov
|
|
|
|
-Password for 'https://asuvorov@kolei.ru':
|
|
|
|
-Enumerating objects: 3, done.
|
|
|
|
-Counting objects: 100% (3/3), done.
|
|
|
|
-Delta compression using up to 6 threads
|
|
|
|
-Compressing objects: 100% (2/2), done.
|
|
|
|
-Writing objects: 100% (3/3), 223 bytes | 223.00 KiB/s, done.
|
|
|
|
-Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
|
|
|
|
-To https://kolei.ru/asuvorov/bebro.git
|
|
|
|
-* [new branch] master -> master
|
|
|
|
|
|
+ C:\Users\User\bebro>git push origin master
|
|
|
|
+ Username for 'https://kolei.ru': asuvorov
|
|
|
|
+ Password for 'https://asuvorov@kolei.ru':
|
|
|
|
+ Enumerating objects: 3, done.
|
|
|
|
+ Counting objects: 100% (3/3), done.
|
|
|
|
+ Delta compression using up to 6 threads
|
|
|
|
+ Compressing objects: 100% (2/2), done.
|
|
|
|
+ Writing objects: 100% (3/3), 223 bytes | 223.00 KiB/s, done.
|
|
|
|
+ Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
|
|
|
|
+ To https://kolei.ru/asuvorov/bebro.git
|
|
|
|
+ * [new branch] master -> master
|
|
|
|
+ ```
|