About
Git Weekly is a series of blog posts on Git, written by Mohammad-Ali A’râbi. The series started off as a blog posts on Medium, being published weekly. Now they are available in different formats:
- Medium blog posts: aerabi.medium.com
- DEV blog posts: dev.to/aerabi
- LinkedIn newsletter: Git Weekly
- A book: The posts are being compiled into a book, called Git Kaizen
About the Author
Mohammad-Ali A'râbi is a software engineer, Docker Captain, and author.
Other Posts in the Series
A guide to determine the Git branch you're on using various methods.
Issue: #1
Series: Git Weekly
Beginner
Published: 3/28/2022
A guide to change a commit's author on Git, including changing the last commit's author and an older commit's author.
Issue: #2
Series: Git Weekly
Intermediate
Published: 4/4/2022
A guide to understanding the differences between Git merge and rebase, including fast-forward merge, real merge, and squash merge.
Issue: #3
Series: Git Weekly
Intermediate
Published: 4/11/2022