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
More accurately, "git add ." creates a list of files which have been newly created or added to the local repo so that those changes can be prepared for staging. Is not required for any existing files which only have been modified/changed.