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 |
Where is the setting files placed in drupal?
What is sticky session? Load balancer uses?
Is drupal in php?
How do you handle upgrades?
How can we modify the form validation of drupal?
Explain about drupal 8 classes?
How can you comment on the scalability factor of the drupal?
Why ca not a drupal user edit a node they created?
What is drupal block?
Which of the following are the key characteristics of drupal?
What are the drupal version release dates?
Explain drupal.