Explain git commands?
Answer / Km. Archana
Git is a popular version control system. Some essential Git commands include:
1. git init: Initialize a new Git repository within the current directory.
2. git add <file>: Add a specific file to the Git staging area.
3. git commit -m '<message>': Commit the changes in the staging area with a message describing the changes.
4. git push origin <branch-name>: Push the local repository's specified branch to the remote repository (origin).
5. git pull: Pull updates from the remote repository into the local repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a block module?
For image slider which modules are required in drupal?
What is use of substr and strstr function?
Why is ctools used in drupal?
How do I update my composer?
Is it possible to pass the dynamic values to views?
how to create content in drupal?
How to add more than one database in your code?
what are the benefits of drupal?
Is drupal more secure than wordpress?
Explain what Drupal distributions is and when to use?
What are system requirements for drupal?