GithubHelp home page GithubHelp logo

devops_notes's Introduction

Getting Started : Git

If you are beginner to DevOps then it is required to know basics of GitHub and Docker.
Lets first go with basics of Git and various operations in Git.
Then will go with the basics of Docker

Basics of Git

What is Version control system?

 -maintains versions of code or document,each time when it is modified
 -Example : CVS(Concurrent-Versions-System),Subversion --> centralised version control
            Mercurial and Git are distributed ---> version control

Why to use git?

 -Developer collabration,improve agility and communication
 -keeps real time back up

History

 Git --> April 2005
 Created by Linus Torvalds for work on the Linux Kernel 

What is Git?

 Distributed Version control system
 Code Manager 

Centralised vs Distributed VCs

How to install

 Use command sudo apt-get install git

Goal achieved : Installation and configuration of Git.git version 2.7.4

Git Local Operations

1 Configure and initialize git
2 Add files to staging area using git add
3 Commit changes - git commit -m "your message content"
4 Check status - git status : list files which are staged,unstaged and untracked.
5 View difference
6 View log

devops_notes's People

Contributors

satishppawar avatar

Stargazers

Pulkit Singhal avatar

Watchers

Pulkit Singhal 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.