Git Tutorial

#16 Pushing and Deleting branches on remote

This is the last post of this series. In this post it is shown that how you can push your local branches on remote. Also you will get to know how you can delete them from remote. At the end of this post you will get to see the cheat sheet for git commands.

#15 Git: merging conflicts in git

This post gives the basic idea to solve the conflicts and then merge them. Also introduces some important commands, which helps us to maintain the git branches.

#13 Git: Setting alias in git

In this post we will see what is alias in git and how to use it. Also we will see what are the various usage of alises by examples. So to explore the post click on read button now.

#11 Unstaging and unmodifying files in git

In this post you will get to see how you can unstage the staged file. Also you will learn how we can unmodify the files using git commands. You will learn how to get previous committed files.

#8 Skipping the staging area.

In this post you will learn how you can directly commit your files without adding them into staging area. Git provides shortcut command to do so.