add screenshort
This commit is contained in:
@@ -7,28 +7,49 @@ It was created empty (no README, no .gitignore, no license).
|
||||
### 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:
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user