diff --git a/SS1.png b/SS1.png new file mode 100644 index 0000000..3d27699 Binary files /dev/null and b/SS1.png differ diff --git a/SS2.png b/SS2.png new file mode 100644 index 0000000..a83930c Binary files /dev/null and b/SS2.png differ diff --git a/SS3.png b/SS3.png new file mode 100644 index 0000000..738f071 Binary files /dev/null and b/SS3.png differ diff --git a/SS4.png b/SS4.png new file mode 100644 index 0000000..c4f38d4 Binary files /dev/null and b/SS4.png differ diff --git a/SS5.png b/SS5.png new file mode 100644 index 0000000..24e4550 Binary files /dev/null and b/SS5.png differ diff --git a/SS6.png b/SS6.png new file mode 100644 index 0000000..abdb253 Binary files /dev/null and b/SS6.png differ diff --git a/commands.txt b/commands.txt new file mode 100644 index 0000000..01aeb16 --- /dev/null +++ b/commands.txt @@ -0,0 +1,11 @@ +1. git add - git add command is used to bring the file on state make it ready for commmit +2. git commit - git commit command captures a snapshot of the project's currently staged changes +3. git clone - git clone makes an identical copy of a project in a repository and saves it to our computer. +4. git branch - git branch is used for creating, listing and deleting branches. +5. git checkout - git checkout is used for switching from one branch to another. +6. git status - git status is used to check the status of current branch +7. git push - git push is used to uploads the changes or the commits made in the remote repository +8. git pull - git pull is used to get the updates from the remote repository +9. git merge - git mege is used to merging the branch with the parent branch +10. git log - git log command displays all of the commits in a repository's history with all its description + diff --git a/file1.txt b/file1.txt new file mode 100644 index 0000000..e69de29 diff --git a/file2.txt b/file2.txt new file mode 100644 index 0000000..e69de29 diff --git a/file3.txt b/file3.txt new file mode 100644 index 0000000..e69de29 diff --git a/final.txt b/final.txt new file mode 100644 index 0000000..3926eac --- /dev/null +++ b/final.txt @@ -0,0 +1,7 @@ +4c1ff50 (HEAD -> main) commit1_OSOC +73a5fa8 merge is used for merging the branch with the parent branch Merge branch 'Learner' +efe3bfe commmit1_main +17d0749 commmit2_Learner +61e651a commmit1_Learner +dfa008e (origin/main, origin/HEAD) Initial commit + diff --git a/name.txt b/name.txt new file mode 100644 index 0000000..2cc872d --- /dev/null +++ b/name.txt @@ -0,0 +1,2 @@ +NAME : ANJALI MEENA +