Code Monkey home page Code Monkey logo

learnable-web3-task2's Introduction

learnable-web3-task2

1. Explain Version Control:

Version control is a system that helps manage changes to a project's source code or files over time. It allows multiple contributors to work on the same project, keeping track of modifications, and providing the ability to revert to previous states if needed.

2. Expain the difference between Git and GitHub:

Git: It's a distributed version control system, a tool for tracking changes in source code during software development. It operates locally on your machine.
GitHub: It's a web-based platform that uses Git for version control. GitHub provides additional features like collaboration tools, issue tracking, and hosting repositories online.

3. List 3 Other GitHub Alternatives:

  • GitLab
  • Bitbucket
  • SourceForge

4. Expain the difference between Git Fetch and Git Pull:

  • Git Fetch: Fetches changes from a remote repository to your local repository but does not automatically merge them with your current work.
  • Git Pull: Fetches changes and automatically merges them into your current branch.

5. Explain in simple terms Git Rebase and the command for it:

Git rebase is a command used to integrate changes from one branch into another. It is often used to maintain a cleaner and more linear project history. The command is git rebase <branch>.

6. Explain in simple terms Git Cherry-Pick and the command for it:

Git cherry-pick is used to apply a specific commit from one branch to another. It allows you to choose and pick individual commits. The command is git cherry-pick <commit-hash>.

learnable-web3-task2's People

Contributors

anochiwaalfred 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.