Sadra Yahyapour

Sadra Yahyapour

Follow
homePyAction ๐Ÿ“ฆDiaries ๐Ÿ“–Develop Like a Pro ๐Ÿ‘จโ€๐Ÿ’ปHackathons โ›ท๏ธWriteathons โœ๐ŸปBooks ๐Ÿ“•
Tag

Git

#git

More content

Read more stories on Hashnode


Articles with this tag

Introduction to Interactive Rebase in Git

Jan 31, 20236 min read

This way, you will have full control of your Git history and commits. ยท Commits represent the developments. Git is a line-based Version Control System...

Introduction to Interactive Rebase in Git

Branch Like a Pro

Sep 3, 202213 min read

A branching strategy is a flow that a team follows to write, merge, or even deploy a software product in a Version Control System (VCS). Today, we're...

Branch Like a Pro

Commit Like a Pro

Apr 29, 20225 min read

Committing changes is one of the common things that many developers do sometimes in case of contribution. You stage your changes and commit them so...

Commit Like a Pro