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

205122097 Sudhir Kumar #42

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 Screenshots/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 Screenshots/2.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 Screenshots/3.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 Screenshots/4.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 Screenshots/main_log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git init-> It initializes the git environment
git clone <path> -> It clones(ctreate a copy) the repository
git status <file name> -> It shows the status of a file
git add <file name> -> It adds the file to Staging Index
git commit -m "message" -> It adds the file to Commit Tree
git ls-files -s -> Its shows the staging index files
git log -> It shows the history of the activities
git branch <branch name> -> creates a new branch
git checkout <branch name> ->to goto other branch
git clean -> delete working directory files permanently
1 change: 1 addition & 0 deletions learner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Its the 1st file in Learner Branch
1 change: 1 addition & 0 deletions learner1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Its the 2nd file of Learner Branch
1 change: 1 addition & 0 deletions main.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Its the 1st file of Main Branch
1 change: 1 addition & 0 deletions name.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sudhir Kumar