diff --git a/Screenshots/Screenshot (110).png b/Screenshots/Screenshot (110).png new file mode 100644 index 0000000..eadfd94 Binary files /dev/null and b/Screenshots/Screenshot (110).png differ diff --git a/Screenshots/Screenshot (111).png b/Screenshots/Screenshot (111).png new file mode 100644 index 0000000..0edb19f Binary files /dev/null and b/Screenshots/Screenshot (111).png differ diff --git a/Screenshots/Screenshot (112).png b/Screenshots/Screenshot (112).png new file mode 100644 index 0000000..340bb61 Binary files /dev/null and b/Screenshots/Screenshot (112).png differ diff --git a/Screenshots/Screenshot (113).png b/Screenshots/Screenshot (113).png new file mode 100644 index 0000000..d0d5ea2 Binary files /dev/null and b/Screenshots/Screenshot (113).png differ diff --git a/Screenshots/Screenshot (114).png b/Screenshots/Screenshot (114).png new file mode 100644 index 0000000..a7834ee Binary files /dev/null and b/Screenshots/Screenshot (114).png differ diff --git a/Screenshots/Screenshot (116).png b/Screenshots/Screenshot (116).png new file mode 100644 index 0000000..882a5c9 Binary files /dev/null and b/Screenshots/Screenshot (116).png differ diff --git a/Screenshots/Screenshot (117).png b/Screenshots/Screenshot (117).png new file mode 100644 index 0000000..14020bb Binary files /dev/null and b/Screenshots/Screenshot (117).png differ diff --git a/Screenshots/Screenshot (118).png b/Screenshots/Screenshot (118).png new file mode 100644 index 0000000..b15fb02 Binary files /dev/null and b/Screenshots/Screenshot (118).png differ diff --git a/Screenshots/Screenshot (119).png b/Screenshots/Screenshot (119).png new file mode 100644 index 0000000..d1ff113 Binary files /dev/null and b/Screenshots/Screenshot (119).png differ diff --git a/TiyaRoy.txt b/TiyaRoy.txt new file mode 100644 index 0000000..1d1c67b --- /dev/null +++ b/TiyaRoy.txt @@ -0,0 +1,2 @@ +Tiya Roy +205122101 diff --git a/commit1_Learner.txt b/commit1_Learner.txt new file mode 100644 index 0000000..e69de29 diff --git a/commit1_Main.txt b/commit1_Main.txt new file mode 100644 index 0000000..e69de29 diff --git a/commit2_Learner.txt b/commit2_Learner.txt new file mode 100644 index 0000000..e69de29 diff --git a/gitCommand.txt b/gitCommand.txt new file mode 100644 index 0000000..7a52bf1 --- /dev/null +++ b/gitCommand.txt @@ -0,0 +1,12 @@ +GIT COMMANDS AND THEIR USES + +1. git add ---> it adds the file from working directory to staging index +2. git commit ---> it adds the files present in staging index to commit tree +3. git log ---> it tells the commit history +4. git branch ---> it create a new branch with name +5. git checkout ---> it takes the head from current branch to the +6. git reset ---> it changes undo local changes to the state of git repo +7. git clean ---> it deletes untracked files +8. git clone ---> it clones repository present in the given link +9. git merge ---> it merges the currently woring brach and the given branch in +10. git push ---> it pushes all the changes in the github repository