#12 Github: Working with remote repositories
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 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 see how to do comparison between staging area, working directory and previous commit. Also you will get to know the options we can use with git diff command.
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.