GIT

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.

Many projects maintain their files in a GIT repository, and sites like GitHub have made sharing and contributing to code simple, valuable, and effective.

GIT allows projects to accept changes you have made to its code repository.


Best Practices

Configure GIT

Create a Pull Request on GitHub

Error insufficient permissions

git bisect

git cherry-pick

git describe

git fsck

git rebase

git reflog

git reset

git revert

git rev-parse

git stash

Install Git

List the files which are under version control

Relative Refs

Restore deleted file

Revert or amend last commit

Undo changes

Workflow, Branching Strategy, and Release Management