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 done By Harsh Goyal #32

Open
wants to merge 8 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions commit1_OSOC.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@


1. git config - Before you can start using Git, you need to configure it. This command allows you to specify the username and email address that will be used with your commits.


2) git init - A git repository must first be created before you can make commits or do anything else with it. We’ll use the git init command to create a new Git repository.

3) git clone - The command we’ll be doing on the terminal is git clone, which is how cloning is related to Git. The git clone command takes a path (typically a URL) to the Git repository you want to clone.

4) git status - The git status command is our key to Git’s mind. It will inform us of Git’s thoughts and the state of our repository as seen by Git.

5) git add - To move files from the Working Directory to the Staging Index, use the git add command

6) git commit - This command saves a log message along with the commit id of the modifications made to the git repository.

7) git push - This command pushes the contents of your local repository to the remote repository you’ve added.

8) git branch - Add a new branch to an existing branch, list all existing branches, and delete a branch with git branch. This command is used to perform operations on a branch that has been specified.

9) git checkout - We can use the git checkout command to switch to an existing branch or to create and switch to a new one.

10) git merge - The history of the specified branch is merged into the current branch with this command. The command git merge joins your branch to the parent branch


1 change: 1 addition & 0 deletions commit1_learner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Commit1_learner
1 change: 1 addition & 0 deletions commit1_main.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Commit1_main
2 changes: 2 additions & 0 deletions commit2_OSOC.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Harsh Goyal

1 change: 1 addition & 0 deletions commit2_learner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Commit2_learner
48 changes: 48 additions & 0 deletions log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
commit 6fb48c941fc1046697e03da226b0e642539b149d
Author: harsh goyal <[email protected]>
Date: Wed Oct 12 22:37:36 2022 +0530

Screenshots folder added

commit 9a33ab6b9bc96081703b449893ec18a2d3441ec5
Author: harsh goyal <[email protected]>
Date: Wed Oct 12 22:28:44 2022 +0530

Name file added

commit e52862ac712749cfbc6fa14137a0852953a81299
Author: harsh goyal <[email protected]>
Date: Wed Oct 12 22:24:38 2022 +0530

10 commands file added

commit 6d0b0c730fbeaac0ba7db5dbd285df45a909598a
Merge: d5c91d0 4b15002
Author: harsh goyal <[email protected]>
Date: Wed Oct 12 22:13:56 2022 +0530

Merge branch 'learner'

commit 4b1500234592b1b1b3e4eb7a531092f0b6b70bab
Author: harsh goyal <[email protected]>
Date: Wed Oct 12 22:12:39 2022 +0530

Commit2_learner added

commit d5c91d0d000158a9df50f8ce2cbeef034412999a
Author: harsh goyal <[email protected]>
Date: Wed Oct 12 22:09:24 2022 +0530

Commit1_main added

commit 77677f76846a82a155fba131108ec9876b87aeb3
Author: harsh goyal <[email protected]>
Date: Wed Oct 12 22:01:07 2022 +0530

Commit1_learner added

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

Initial commit