Login
Remember
Register
Ask a Question
Name a few Git commands with their function.
0
votes
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
...