Git Advanced-2
Reset, Revert & Cherry-Pick
Jan 12, 20237 min read74

Search for a command to run...
Articles tagged with #github
Reset, Revert & Cherry-Pick

Git Branching What is Git Branch? Git Branch is an unavoidable concept when we are studying Git. Branching is a part of the daily development process. Git Branches are effectively a pointer to a snapshot of your incremental changes. It helps to encap...

What is Git? Git is nothing but a tool for source code management, version control and collaboration of developers but not limited to developers. Version Control: So before deep diving into git, we encountered the term "Version Control" which simply ...
