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

OSOC Task by Utkarsh Sharma 205122103 #27

Open
wants to merge 4 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 Screenshot/Screenshot (1).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 Screenshot/Screenshot (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions commands.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions commit1_Learner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
commit1_Learner.txt
2 changes: 2 additions & 0 deletions commit1_main.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
commit1_main.txt

25 changes: 25 additions & 0 deletions log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
commit e8b97d07f8a509c579f40d3f1ea9246f738de5a4
Merge: 7a3493a aa17e47
Author: utkarsharma18 <[email protected]>
Date: Wed Oct 12 22:00:28 2022 +0530

Merge branch 'Learner'
merged Learner

commit 7a3493a85e6f8c72f6bc860ad18f9d649123714d
Author: utkarsharma18 <[email protected]>
Date: Wed Oct 12 22:00:01 2022 +0530

added commit1_main.txt

commit aa17e4767c2591da9e5273b5b9a40649b5c1654e
Author: utkarsharma18 <[email protected]>
Date: Wed Oct 12 21:57:14 2022 +0530

added Learner.txt

commit dfa008ea1749aa748c3fc5d829073ce17c065f90
Author: Bhushan Mendhe <[email protected]>
Date: Sat Oct 8 00:17:12 2022 +0530

Initial commit
1 change: 1 addition & 0 deletions name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Utkarsh Sharma