The Pulse: Community Catch Up | 2WC 3 Apr
#3
(04-16-2023, 02:15 PM)Haarek Wrote: What is a commit

"At a high-level, Git can be thought of as a timeline management utility. Commits are the core building block units of a Git project timeline. Commits can be thought of as snapshots or milestones along the timeline of a Git project. Commits are created with the git commit command to capture the state of a project at that point in time. Git Snapshots are always committed to the local repository. This is fundamentally different from SVN, wherein the working copy is committed to the central repository. In contrast, Git doesn’t force you to interact with the central repository until you’re ready. Just as the staging area is a buffer between the working directory and the project history, each developer’s local repository is a buffer between their contributions and the central repository."

So in simple terms, each commit is a state of files at a given point in time.
Yours
Doctor Internet;

Developer, Systems Operator,
Data Protection Officer, Business Advisor,
Server Administrator, Community Moderator


Messages In This Thread
RE: The Pulse: Community Catch Up | 2WC 3 Apr - by Doctor Internet - 04-16-2023, 02:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)