add screenshort
@ -7,28 +7,49 @@ It was created empty (no README, no .gitignore, no license).
|
|||||||
### Screenshot:
|
### Screenshot:
|
||||||

|

|
||||||
|
|
||||||
### 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).
|
||||||
|
It’s distributed, meaning every developer has a full copy of the project history (not just files).
|
||||||
|
|
||||||
|
### Step 2: Installing Git & Configuring User Info
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### Step 3: Initializing a Repository
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### step 4: Working Directory, Staging, and Commits:
|
||||||

|

|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
### Step 3: Viewing Commit Logs & Diffs:
|
|
||||||
|
### Step 5: Viewing Commit Logs & Diffs:
|
||||||

|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
### Step 4 : Creating & Switching Branches:
|
### Step 6 : Creating & Switching Branches:
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
### Step 5: Cloning a Remote Repository:
|
### Step 7: Cloning a Remote Repository:
|
||||||

|

|
||||||
|
|
||||||
|
### Step 8: Adding & Managing Remotes
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
### Step 6: Pushing
|
|
||||||
|
### Step 9: Pushing
|
||||||

|

|
||||||
|
|
||||||
### Step 7: Pull
|
### Step 10: Pull
|
||||||

|

|
||||||
|
|
||||||
### Step 7: Ignoring Files with .gitignore:
|
### Step 11: Ignoring Files with .gitignore:
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
BIN
git_config.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
git_init.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
git_log.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
git_log_oneline.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
git_remote.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
git_remoteadd.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
git_status.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
git_version.png
Normal file
After Width: | Height: | Size: 6.6 KiB |