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 stores diffs
commits as snapshot in time
revert a file or the whole project
git project is called a repo
lab notebook for code
commits are linear chain of edits
a branch is an alternative timeline of commits
can merge branches back together
Unlimited undo
snapshots come with user data "blame" and description
good for working in distributed teams or sharing code
licenses
create and clone
merge squash rebase
When to fork vs clone
The text was updated successfully, but these errors were encountered:
Notes to include:
git stores diffs
commits as snapshot in time
revert a file or the whole project
git project is called a repo
lab notebook for code
commits are linear chain of edits
a branch is an alternative timeline of commits
can merge branches back together
Unlimited undo
snapshots come with user data "blame" and description
good for working in distributed teams or sharing code
licenses
create and clone
merge squash rebase
When to fork vs clone
The text was updated successfully, but these errors were encountered: