News

Clone an existing repository with the git clone –bare switch. Create a new bare git repo with the git init –bare switch. Obviously, you should use the bare git init approach when you are starting a ...
A rich git commit history. With the Git repository initialized, we need to create a bit of a local commit history in order to see the full power of the git reset hard command. To create that local ...