Learn Git by Building a SQL Reference Object | FreeCodeCamp

1 year ago

Git is a tool used for sharing your code with others. We use it to interface with GitHub and organize our code in branches. We can see our code changes in a defined history. We know who made the change, what the change was, and when the change was made. This helps us roll back changes that were harmful and allows us to work together with many people at a time.

Connect on LinkedIn: https://www.linkedin.com/in/landon-schlangen-a3989a16b/

Time Stamps:
0:00:00 Intro
0:00:40 Get started
0:07:56 Add drop key to database object
0:16:00 Merge feat/add-drop-table-reference
0:23:53 Create feat/add-insert-row-reference
0:30:53 git stash
0:41:25 commit "feat: add foreign key reference"
0:51:05 git show HEAD~1
1:00:55 commit "fix: add missing rename table reference"
1:03:34 Add .gitignore and .env

Loading comments...