Git Product home page Git Product logo

learnable_1.0's Introduction

Learnable-Task-1.0

version control

version control is a file tracking mechanism that records or keeps track of changes made on a file or a group of files over time, this makes it possible for a specific version of a file to be accessible later in the future. This makes it possible for contributors to collaborate on a project while having the history of the changes made.

Difference between git and GitHub

Git is a distributed version control system that can manage a development project source code on your computer While GitHub is a web-based platform that hosts software development projects and serves as a centralized repository for version control using Git. It allows one to share his/her Git repository online.

Other Github alternative includes

GitLab Bitbucket SourceForge

Difference between git fetch and git pull

Git fetch retrieves the changes from the remote repository and stores them in your local computer, git fetch also makes review of changes from the remote repository possible before merging with the local repository While; Git pull retrieves changes made on the remote repository and merges it automatically with your local branch

Git rebase and the command for it

Git rebase just like the name applies, is a command that combines multiple commits into a new base commit. Some of its commands include; a. git rebase; this command launches the standard git-rebase. b. git rebase --interactive; launches an interactive git rebate. c. git rebase --skip; skips changes

Explain in simple terms git cherry-pick and the command for it

Git cherry-pick is a command used to apply a specific commit from one branch to another. it's useful for undoing changes.

learnable_1.0's People

Contributors

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