top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Overview about GIT?

0 votes
330 views

What is Git?
GIT is a very popular and efficient open source Version Control System. It tracks content such as files and directories.

Git is, first and foremost, a version control system (VCS). There are many version control systems out there: CVS, SVN, Mercurial, Fossil, and, of course, Git.

Git serves as the foundation for many services, like GitHub and GitLab, but you can use Git without using any other service. This means that you can use Git privately or publicly.

A staggering number of software projects rely on Git for version control, including commercial projects as well as open source. Developers who have worked with Git are well represented in the pool of available software development talent and it works well on a wide range of operating systems and IDEs (Integrated Development Environments).

Some Basic commands for accessing GIT

  • git init
  • git clone
  • git add
  • git rm
  • git commit
  • git status
  • git branch
  • git checkout
  • git merge
  • git reset
  • git stash
  • git tag
  • git fetch
  • git pull
  • git push
  • git remote
  • git log
  • git show
  • git ls-tree
  • git cat-file
  • git grep

Video for What is GIt?

posted Aug 11, 2016 by Parampreet Kaur

  Promote This Article
Facebook Share Button Twitter Share Button LinkedIn Share Button

...