Login
Remember
Register
Ask a Question
What is ‘git add’ is used for?
0
votes
asked
Apr 19, 2020
in
Git Slack Integration
by
Robindeniel
What is ‘git add’ is used for?
#git-add
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 19, 2020
by
SakshiSharma
‘git add’ adds file changes in your existing directory to your index.
...