diff --git a/Screenshot/Screenshot (1).png b/Screenshot/Screenshot (1).png new file mode 100644 index 0000000..49411c1 Binary files /dev/null and b/Screenshot/Screenshot (1).png differ diff --git a/Screenshot/Screenshot (2).png b/Screenshot/Screenshot (2).png new file mode 100644 index 0000000..a3f63a9 Binary files /dev/null and b/Screenshot/Screenshot (2).png differ diff --git a/commands.txt b/commands.txt new file mode 100644 index 0000000..02bbd22 --- /dev/null +++ b/commands.txt @@ -0,0 +1,29 @@ +1. git init : This command is used to start a new repository. +Usage: git init [repository name] + +2. git clone :This command is used to obtain a repository from an existing URL. +Usage: git clone [url] + +3. git add : This command adds a file to the staging area. +Usage: git add [file] + +4. git commit : This command commits file from staging area. +Usage: git commit -m “[ Type in the commit message]” + +5. git diff : This command shows the file differences which are not yet staged. +Usage: git diff + +6. git status : This command lists all the files that have to be committed. +Usage: git status + +7. git log : This command is used to list the version history for the current branch. +Usage: git log + +8. git branch : This command lists all the local branches in the current repository. +Usage: git branch + +9. git checkout : This command switches the branch that you are currently working on. +Usage: git checkout [branch name] + +10. git push : This command will push the locally committed changes to the remote branch. +Usage : git push origin diff --git a/commit1_Learner.txt b/commit1_Learner.txt new file mode 100644 index 0000000..ffe1952 --- /dev/null +++ b/commit1_Learner.txt @@ -0,0 +1 @@ +commit1_Learner.txt \ No newline at end of file diff --git a/commit1_main.txt b/commit1_main.txt new file mode 100644 index 0000000..f9a6403 --- /dev/null +++ b/commit1_main.txt @@ -0,0 +1,2 @@ +commit1_main.txt + diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..be71521 --- /dev/null +++ b/log.txt @@ -0,0 +1,25 @@ +commit e8b97d07f8a509c579f40d3f1ea9246f738de5a4 +Merge: 7a3493a aa17e47 +Author: utkarsharma18 +Date: Wed Oct 12 22:00:28 2022 +0530 + + Merge branch 'Learner' + merged Learner + +commit 7a3493a85e6f8c72f6bc860ad18f9d649123714d +Author: utkarsharma18 +Date: Wed Oct 12 22:00:01 2022 +0530 + + added commit1_main.txt + +commit aa17e4767c2591da9e5273b5b9a40649b5c1654e +Author: utkarsharma18 +Date: Wed Oct 12 21:57:14 2022 +0530 + + added Learner.txt + +commit dfa008ea1749aa748c3fc5d829073ce17c065f90 +Author: Bhushan Mendhe +Date: Sat Oct 8 00:17:12 2022 +0530 + + Initial commit diff --git a/name.txt b/name.txt new file mode 100644 index 0000000..1795576 --- /dev/null +++ b/name.txt @@ -0,0 +1 @@ +Utkarsh Sharma