Giter Site home page Giter Site logo

git-practice's Introduction

Git practice repo

  1. What is Git?
    • Git is a version control system, designed to handle everything related to source code management
    • Git is used to track changes in the source code, enabling multiple developers to work together
  2. Creating a GitHub account
  3. GitHub repositories
    • A repository contains all the files of your project, and each revision of it
    • A repository may also contain multiple branches and will usually have multiple contributors
  4. Repository branches
    • Branches allow contributors to develop features, fix bugs or experiment new ides in a contained area of the repository
    • A branch can be created from an existing branch, typically new branches are created from the default branch of the repository
  5. Merging branches
    • Merging takes the contents of a source branch and integrates them with the target branch. In this process, only the target branch is changed. The source branch history remains the same
  6. Pull requests
    • A pull request is an event that takes place when a contributor is ready to begin the process of merging new code changes with the main project branch. After a peer review, the pull request will be approved or not. If it is approved, then it can be merged with the main project branch. If not, the author must make the requested changes and so on.

Hands-on

We will use this repo for training: https://github.com/xrusu/git-practice

git-practice's People

Contributors

rusudinu avatar williamtoader avatar

Watchers

James Cloos 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.