added screenshot

This commit is contained in:
2025-09-01 11:06:49 +05:30
parent 1e10748158
commit 0e620a0e8a
9 changed files with 25 additions and 1 deletions

View File

@ -3,3 +3,27 @@ Step 1 :Create new Repository
- Created a new repository named as git-practice-Jaya Lekshmi
- Created with no README, no .gitignore and no license
- ![Repository_Screenshot](GIT_ASSIGNMENT.png)
1. Checking Git Version
- ![Repository_Screenshot](git_version.png)
2. Checking Git Status
- ![Repository_Screenshot](git_status.png)
3. Adding Files to Staging
- ![Repository_Screenshot](git_add.png)
4. Viewing Commit History
- ![Repository_Screenshot](git_log.png)
5. Compact History (Oneline)
- ![Repository_Screenshot](git_log--oneline--graph.png)
6. Visual History (Graph)
- ![Repository_Screenshot](git_log--oneline--graph.png)
7. Checking Differences
- ![Repository_Screenshot](git_diff.png)
8. Comparing Two Commits
- ![Repository_Screenshot](git_diff_commit.png)
9. Exploring Branches
10. Cloning a Repository
- ![Repository_Screenshot](cloned-repo.png)
11. Pulling the Code
- ![Repository_Screenshot](git_pull.png)
12. Using gitignore
- ![Repository_Screenshot](git_ignore.png)

BIN
cloned-repo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
git_add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
git_diff_commit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
git_ignore.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
git_new_branch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
git_pull.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
git_version.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
repo_edit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB