-
Notifications
You must be signed in to change notification settings - Fork 0
/
My first commit
12 lines (12 loc) · 1.05 KB
/
My first commit
1
2
3
4
5
6
7
8
9
10
11
12
root@896cf839cf9a:/alx-pre_course# git add .
root@896cf839cf9a:/alx-pre_course# git commit -m 'My first commit'
[master (root-commit) 98eef93] My first commit
1 file changed, 1 insertion(+)
create mode 100644 README.md
root@896cf839cf9a:/alx-pre_course# git push
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Writing objects: 100% (3/3), 212 bytes | 212.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/{YOUR_USERNAME}/alx-pre_course.git
* [new branch] master -> master