Category: Git

50 questions in Git.

What is Git vs SVN

· Git

Compare Git and Subversion (SVN) across architecture, branching, performance, and collaboration workflows.

How to amend a Git commit

· Git

Modify your most recent commit message or add forgotten files without creating a new commit entry.

How to undo the last Git commit

· Git

Remove or modify your last commit using git reset or git revert depending on whether changes are public or private.