Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Name some git commands and also explain their functions?



Name some git commands and also explain their functions?..

Answer / Aditya Kumar Pandey

1) `git init` - Initializes a new Git repository. 2) `git clone` - Clones an existing repository to your local machine. 3) `git add` - Stages changes to be committed. 4) `git commit` - Commits the staged changes with a message. 5) `git status` - Shows the current state of files in the repository. 6) `git pull` - Pulls updates from the remote repository. 7) `git push` - Pushes commits to the remote repository. 8) `git branch` - Lists all local branches. 9) `git merge` - Merges changes from one branch into another.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is the common branching pattern in GIT?

1 Answers  


What is rebasing syntax in git?

1 Answers  


what is git fork? What is difference between fork and branch? How to create tag?

1 Answers  


What is ‘bare repository’ in GIT?

1 Answers  


What is the function of ‘git checkout’ in git?

1 Answers  


What is git fork?

1 Answers  


Name a few git commands?

1 Answers  


What is ‘head’ in git and how many heads can be created in a repository?

1 Answers  


What is git bisect? How can you use it to determine the source of a (regression) bug?

1 Answers  


What is git Is-tree?

1 Answers  


What is the function of ‘git config’?

1 Answers  


What are git repository hosting services you used?

1 Answers  


Categories