You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#
# only adds from the folder you are in recursively
# but not above (you might miss some files, when you are in a subfolder
git add .
## Fix -A
# adds everything no matter in which folder you are in your project
git add -A