Answer Posted / Braj Mohan Kumar
Here are some common Git commands: 1. 'git init': Initializes a new Git repository in the current directory.n2. 'git add': Stages changes to the index.n3. 'git commit': Creates a new commit with staged changes.n4. 'git push': Sends local commits to a remote repository.n5. 'git pull': Updates the local repository with changes from a remote repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers