10/01/2021

Create and change a GIT repository on GitHub

Overview

This guide is a click by click example for the tool Git used by BoschRexroth and shows how to create and change a repository on GitHub.
For the official documentation by GitHub see here or the related links area below.

Preparation

  1. Sign up for free on https://github.com/ to be able to create repositories there.
  2. Create a new repository on GitHub to work on it.

    Create GitHub repository


  3. Get the link to your repository. This link is needed to work on your repository in other tools.

    Get repository link


  4. Install Git(command line version control tool) on your PC system (Bosch employees please use SCCM).
    https://git-scm.com/
  5. Install Git extensions (GUI for Git) on your PC system.
    https://gitextensions.github.io/
  6. Insert your GitHub username and email address in Git extensions to configure your login via the tool.

    Insert username and email


Start working

  1. Clone GitHub repository to your local Git using Git extensions to have a editable copy on your PC.

    Clone GitHub repository


    With each click commands are sent from the GUI to Git. So no command line programming is necessary.

    Opened repository


  2. As an example do a change to the README.md file on your PC.
  3. Commit and push changes so your changes will be uploaded to GitHub and a version restore point with release notes is automatically created.

    Commit and push changes


    View changes


Notes

  • Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
  • Git Extensions is a graphical user interface for Git that allows you to control Git without using the command line.
  • If you'd like to verify your commits you have to add an verification key. See link to description.

 

Related links

Latest published/updated articles

Types
How-to
Categories
Controls