add screenshort

This commit is contained in:
2025-09-01 18:05:45 +05:30
parent eb6932b473
commit b3d5f008a7
9 changed files with 28 additions and 7 deletions

View File

@ -7,28 +7,49 @@ It was created empty (no README, no .gitignore, no license).
### Screenshot:
![Repository Creation](GIT_ASSIGNMENT.png)
### step 2: Working Directory, Staging, and Commits:
### What is Git and Version Control
Version Control is a system that records changes to files over time.
Git is the most popular Version Control System (VCS).
Its distributed, meaning every developer has a full copy of the project history (not just files).
### Step 2: Installing Git & Configuring User Info
![Repository Creation](git_version.png)
![Repository Creation](git_config.png)
### Step 3: Initializing a Repository
![Repository Creation](git_init.png)
### step 4: Working Directory, Staging, and Commits:
![Repository Creation](git_add.png)
![Repository Creation](git_commit.png)
![Repository Creation](git_status.png)
### Step 3: Viewing Commit Logs & Diffs:
### Step 5: Viewing Commit Logs & Diffs:
![Repository Creation](git_diff.png)
![Repository Creation](git_log.png)
![Repository Creation](git_log_oneline.png)
### Step 4 : Creating & Switching Branches:
### Step 6 : Creating & Switching Branches:
![Repository Creation](git_branch.png)
![Repository Creation](git_checkout.png)
### Step 5: Cloning a Remote Repository:
### Step 7: Cloning a Remote Repository:
![Repository Creation](git_cloned.png)
### Step 8: Adding & Managing Remotes
![Repository Creation](git_remoteadd.png)
![Repository Creation](git_remote.png)
### Step 6: Pushing
### Step 9: Pushing
![Repository Creation](git_push.png)
### Step 7: Pull
### Step 10: Pull
![Repository Creation](git_pull.png)
### Step 7: Ignoring Files with .gitignore:
### Step 11: Ignoring Files with .gitignore:
![Repository Creation](gitignore.png)

BIN
git_config.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
git_init.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
git_log.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
git_log_oneline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
git_remote.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
git_remoteadd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
git_status.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
git_version.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB