Git - Init

Git - Init

About

init a new repository creating the git metadata in the .git directory





Discover More
Git - Clone

git clone creates a clone known as local repository from a remote repository. cloning in git means: downloading the remote repository into a newly created directory setting for each downloaded branch...
Git - Getting Started

An article that takes the basic steps in order to set up a Git repository When you want to set up a repository, you face generally two options: you want to create a fresh install from a Git repository...
Git - Master branch

master is the default name for a starting branch when you run git init
What are Git Hooks?

hooks is an extension system of Git to execute executable file implemented by external party (ie not Git) that run at specified steps of a command. There are two groups: Client-Side Hooks: Scripts...
What is the Git Repository (Directory) ?

This page is the notion of repository and how it's implemented in Git. The git repository is a subdirectory named .git called also GIT_DIR that contains all repository files. It contains : commit...
What is the Git Working Tree? or working Area

The working tree (or working area) is a root directory and all its sub-directories where the work on your files happens (extraction, modification, commit). The location of the root work tree is: ...



Share this page:
Follow us:
Task Runner