#version-control
Read more stories on Hashnode
Articles with this tag
Undoing and Changing Commits. · Undoing Commits: To undo commits in Git, you have several options depending on your specific needs and the state of your...
Learn Git Stash · Git Stash: git stash is a command in Git that allows you to temporarily shelve changes you've made to your working directory, so you...
Rebase in Git. · Rebase: Git rebase is a command used to reapply commits on top of another base branch. It's essentially a way to move or integrate a...
What are merge requests. How to use merge request. · Merge Requests: A merge request also known as a pull request in some platforms is a request made by...
Creating new branches. Deleting branches. Switching to different branches. Merging branches · Branches: In Git, branches are essentially pointers to a...
Connecting the local repository with the remote repository and pushing files. · Follow the steps to connect local repository with the remote repository...