Skip to content
View Rishav-Git's full-sized avatar

Block or report Rishav-Git

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Git_commands.md Git_commands.md
    1
    #                                                 Using Git Bash commands:
    2
    
                  
    3
    ## Getting started with Git commands:
    4
    
                  
    5
    1) To make a directory a git repository, we use the command:
  2. DevOps Tools DevOps Tools
    1
    # Continuous Development tools (Code)
    2
    
                  
    3
    ## Subversion(svn):
    4
    
                  
    5
    Subversion is a free/open source centralized version control system (CVCS). It uses central server to store all files and enable team collaboration. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data or examine the history of how your data changed.
  3. A Successful Git Branching Model A Successful Git Branching Model
    1
    
                  
    2
    ## Why git?
    3
    
                  
    4
    Git really changed the way developers think of merging and branching. From the classic CVS/Subversion world, merging/branching has always been considered a bit scary and something you only do every once in a while.
    5
    But with Git, these actions are extremely cheap and simple, and they are considered one of the core parts of your daily workflow, really.
  4. DevOps DevOps
    1
    ## What is DevOps?
    2
    
                  
    3
    DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This speed enables organizations to better serve their customers and compete more effectively in the market.
    4
    
                  
    5
    Under a DevOps model, development and operations teams are no longer “siloed.” Sometimes, these two teams are merged into a single team where the engineers work across the entire application lifecycle, from development and test to deployment to operations, and develop a range of skills not limited to a single function. Quality assurance and security teams may also become more tightly integrated with development and operations and throughout the application lifecycle.
  5. Mail-Server Mail-Server Public

    Perl

  6. Python-Projects Python-Projects Public

    Python