Git help

829    Asked by SadafSharma in Devops , Asked on Nov 29, 2019
Answered by Sadaf Sharma

If you ever need help while using Git, there are three equivalent ways to get the comprehensive manual page (manpage) help for any of theGit commands:

$ git help

$ git --help

$ man git-



Your Answer

Interviews

Parent Categories