Sunday 21 July 2019

git: Add all the text files in the current directory to staging area


'git add *.txt' is used to add all the txt files in the current directory to staging area.

If you put 'git add "*.txt"' (double quotes), it adds all the text files in the whole project.



Previous                                                    Next                                                    Home

No comments:

Post a Comment