Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

205122014_Anjali Meena #34

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added SS1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added SS6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions commands.txt
Original file line number Diff line number Diff line change
@@ -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

Empty file added file1.txt
Empty file.
Empty file added file2.txt
Empty file.
Empty file added file3.txt
Empty file.
7 changes: 7 additions & 0 deletions final.txt
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NAME : ANJALI MEENA