Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
Git Interview Questions
→
Advanced GIT Interview Questions in Git Interview Questions
→
What does git add command do?
1.
What does git add command do?
Answer»
This
COMMAND
adds files and changes to the index of the existing
DIRECTORY
.
You can
ADD
all changes at once using git add . command.
You can add files one by one specifically using git add &
LT
;file_name> command.
You can add
CONTENTS
of a particular folder by using git add /<folder_name>/ command.
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
What does git add command do?
Define “Index”.
What does git status command do?
What is the functionality of git ls-tree?
What is a conflict?
Can you explain head in terms of git and also tell the number of heads that can be present in a repository?
What does the command git config do?
What does git clone do?
What is a git repository?
What is a version control system (VCS)?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies