This week we dive into Git, Github Git workflows, tips tricks and more.
I'm John, I run a design and development firm that builds apps and websites.
I'm joined by JP:
Hi everyone! I'm a full stack software engineer at a real estate tech start up.
Catch up / What's today's episode about?
John: California is on fire 🔥Making my job — complicated
Let's talk about git!
I recently watched this quick 4 hour course which is going to be my pick: https://frontendmasters.com/courses/git-in-depth/
Let's assume that listeners use git daily
git checkout
is just moving the pointer to the particular commit hash)i.e. walk me through how you might use git when you implement a new feature
this can be a longer section where we talk about git / github as it relates to working on a product
--no-pager
git diff
or a git branch
and your terminal opens up a "new page"? You can throw in the --no-pager
flag and it will display the contents in the same window insteadgit commit
without the -m
flag-m
flag is only for short commit messagesgit stash
stash list