News

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 ...
The Git fork and clone workflow. When a repository is forked, developers who plan to work with the new codebase will still need to perform a git clone operation on the forked repository. You'll still ...