Pinned Loading
-
Git_commands.md
Git_commands.md 1# Using Git Bash commands:
23## Getting started with Git commands:
451) To make a directory a git repository, we use the command:
-
DevOps Tools
DevOps Tools 1# Continuous Development tools (Code)
23## Subversion(svn):
45Subversion 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.
-
A Successful Git Branching Model
A Successful Git Branching Model 12## Why git?
34Git 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.
5But with Git, these actions are extremely cheap and simple, and they are considered one of the core parts of your daily workflow, really.
-
DevOps
DevOps 1## What is DevOps?
23DevOps 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.
45Under 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.
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.