Blog
Archive for the Git Category
Git Foundations
Posted on August 28, 2020 in Git by Matt Jennings
The information below is from Git Foundations chapter of Git In-depth.
git is like a key value store.
The Value = date
The Key …
Read more
In a GitHub repo checkout the Pull Request (PR) branch name, like cool-feature-branch.
In your Terminal, to fetch all remote branches …
Read more
To revert to a previous Git commit locally without losing any of your previous commit history, follow the steps below:
In …
Read more
The info below was taken from a Git post on AlBlue’s Blog in 2011 and this Read more
If you have a Windows machine, install Cygwin for free which will give you a shell that is …
Read more