#version-control
Read more stories on Hashnode
Articles with this tag
Git Rebasing In this section, we will take a look at git rebasing. Git merge We can merge the master branch into our own branch by the git merge...
In this section, we will take a look at initializing remote repositories Initialize Remote Repositories We can push code to the remote repositories...
In this section, we will take a look at git branches Branches Keep the project versioned using the branch A branch is basically a pointer to the...
Git is a Distributed Version Control System and it is a kind of content tracker, it stores all our code changes. Distributed means it has a remote...