-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexm.html
More file actions
29 lines (23 loc) · 1.84 KB
/
indexm.html
File metadata and controls
29 lines (23 loc) · 1.84 KB
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
Microsoft Windows [Version 10.0.19045.4529]
(c) Microsoft Corporation. All rights reserved.
C:\Users\RMNNN\Desktop\FOLDERS\CroCode>git init
Reinitialized existing Git repository in C:/Users/RMNNN/Desktop/FOLDERS/CroCode/.git/
C:\Users\RMNNN\Desktop\FOLDERS\CroCode>git remote -v
origin https://github.com/rohmansyah23/Crocode (fetch)
origin https://github.com/rohmansyah23/Crocode (push)
C:\Users\RMNNN\Desktop\FOLDERS\CroCode>git add .
C:\Users\RMNNN\Desktop\FOLDERS\CroCode>git commit -m "Pesan commit awal"
[main a849a10] Pesan commit awal
1 file changed, 156 insertions(+), 119 deletions(-)
C:\Users\RMNNN\Desktop\FOLDERS\CroCode>git push -u origin main
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 2 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 1.60 KiB | 410.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To https://github.com/rohmansyah23/Crocode
12f2395..a849a10 main -> main
branch 'main' set up to track 'origin/main'.
C:\Users\RMNNN\Desktop\FOLDERS\CroCode>