Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Name a few Git commands with their function.
Home
Git
Name a few Git commands with their function.
asked
Dec 12, 2021
in
Git
by
SakshiSharma
Name a few Git commands with their function.
git-commands
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 12, 2021
by
SakshiSharma
Below are few Git commands with their function.
Git config - Configure the username and email address
Git add - Add one or more files to the staging area
Git diff - View the changes made to the file
Git init - Initialize an empty Git repository
Git commit - Commit changes to head but not to the remote repository
...