added assignment file
This commit is contained in:
@ -1,7 +1,30 @@
|
||||
Version Control:
|
||||
## Git Assignment
|
||||
## 1.Git Version Check
|
||||
|
||||
Version control is a system used to record and manage changes made to files or code over time. It helps you to:
|
||||
Keep track of modifications: Identify what was changed, when it was changed, and who made the changes.
|
||||

|
||||
|
||||
## 2. Installing Git & Configuring User Info
|
||||
|
||||
Recover from errors: Restore previous versions if something goes wrong.
|
||||

|
||||
|
||||

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

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

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

|
||||

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

|
||||

|
||||
.png>)
|
||||

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