MMilad

5 articles

  • 2 min read

    Blockchain

    It is a term to describe **DTL**, or **Distributed Ledger Technology**, Blockchain is used to create a storage system for data in a **distributed** and **immutable** manner.

  • 2 min read

    Git Stash

    Git stash is a built-in command with the distributed Version control tool in Git that locally stores all the most recent changes in a workspace and resets the state of the workspace to the prior commit state.

  • 3 min read

    Git Branching

    Branching is a feature available in most modern version control systems.

  • 4 min read

    Git Basics

    Git is a software program, it's easy to install on your local PC, based on you operating system.

  • 5 min read

    Introduction To Git

    Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development.