Added screenshot
@ -3,3 +3,55 @@ Step 1 : Create new empty repository
|
||||
- Created a new repository named as git-practice-Solomon
|
||||
- Created with no README, no .gitignore and no license
|
||||
- ![]
|
||||
|
||||
## 1. What is Git and Version Control
|
||||
|
||||
Git is a Version Control System (VCS).
|
||||
|
||||
|
||||
Tracks changes in files, helping teamwork without conflicts.
|
||||
|
||||
|
||||
Problem it solves:
|
||||
Multiple people edit the same file → overwrite problem.
|
||||
|
||||
|
||||
Old version ku back poganum na kashtam.
|
||||
|
||||
|
||||
Example:
|
||||
School project / Google Docs → many people editing the same file
|
||||
|
||||
## 2. Installing Git & Configuring User Info
|
||||

|
||||

|
||||
|
||||
|
||||
## 3. Initializing a Repository
|
||||

|
||||
|
||||
|
||||
## 4. Working Directory, Staging, and Commits
|
||||
|
||||

|
||||
|
||||
## 5. Adding & Committing Files
|
||||

|
||||
|
||||
## 6. Viewing Commit Logs & Diffs
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 7. Creating & Switching Branches
|
||||

|
||||

|
||||
|
||||
## 8. Cloning a Remote Repository
|
||||

|
||||
|
||||
## 9. Adding & Managing Remotes
|
||||

|
||||
|
||||
## 10. Pushing & Pulling Changes
|
||||
|
BIN
git_branch.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
git_checkout.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
git_clone.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
git_config.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
git_diff.png
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 60 KiB |
BIN
git_diff_commit1_commit2.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
git_log.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
git_log_oneline.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
git_remote.png
Normal file
After Width: | Height: | Size: 37 KiB |