Giter VIP home page Giter VIP logo

lab3's Introduction

Version Control

In this lab, you will learn about version control systems and their importance in collaborative software development. You will specifically focus on Git, one of the most widely used version control systems. Follow the tasks below to complete the lab assignment.

Task 1: Understanding Version Control Systems

To achieve a grade of 6/10, follow these steps:

  1. Conduct research to understand the concept of version control systems and their significance in collaborative software development.
  2. Create a Markdown file named "VersionControl.md" in the lab3 folder and provide the following information:
    • Definition of version control systems and their purpose
    • Explanation of the benefits and advantages of using version control in a collaborative environment
    • Overview of different types of version control systems (centralized, distributed, etc.)
    • Comparison of popular version control systems (Git, Subversion, Mercurial, etc.)
  3. Use your own words to explain the concepts and provide examples to support your explanations.

Task 2: Practice with Git Reset Command

To earn an additional 4 points, follow these steps to practice using different ways to use the git reset command:

  1. Create a new branch named "git-reset-practice" in your Git repository.
  2. Perform the following actions on the branch: a. Make several commits with different changes to a file. b. Use git reset with different options (soft, mixed, hard) to undo the commits and observe the changes. c. Experiment with resetting to a specific commit using commit hashes or relative references (e.g., HEAD~2). d. Take note of the differences and outcomes of each git reset variation.
  3. Document your practice in a Markdown file named "GitResetPractice.md" in the lab3 folder and include the following details:
    • Steps you took to perform the Git reset operations.
    • Description of the different git reset options used and their effects.
    • Examples and outputs of the commands executed.
    • Reflection on the benefits and use cases of the git reset command in version control workflows.

Guidelines

  • Use proper Markdown formatting and structure for the documentation files.
  • Organize the files within the lab folder using appropriate naming conventions.
  • Create a Pull Request to the main branch of the repository with your completed lab assignment.

Note: It is crucial to actively practice and experiment with the git reset command during this lab to gain hands-on experience and a better understanding of its functionalities in version control workflows.

lab3's People

Contributors

usama050 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.