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
git is a distributed version control system (DVCS) that stores data in the form of snapshots.each change is a snapshot called commit. this is done to minimize the loss of data since git makes it hard to lose snapshot.