#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.
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.
In this post you will learn how to create github repository. Also how to add remote repository using git commands. We will push our code after creating the remote repository on github.
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.
In this post you will learn how you can view the previous commits also you will get to see that how you can change the git commit messages.
In this post we will get to see the commands with which we can remove and rename the git files. We can also remove them from tracking area using git command.
Post gives the brief introduction to git file status life cycle. There are multiple stages like Untracked, Tracked, Unmodified, Modified, etc. Post introduces to some commands of git.
This post gives information about three stage artchitecture of Git. When we give our file to git it goes from this three stages.
This is a first blog on git and github tutorial.In this blog there will be a brief introduction on git.You will get know about Version Control System(VCS).Also you will understand the major difference between both i.e. Git and Github.