Rspec Notes
Notes about rspec which I find interesting.
Notes about rspec which I find interesting.
As I invest more and more into building my Jekyll Site on Github Pages, I started to think to split my posts directory into a different git submodule.
Command Explanation git commit --amend Amend last commit, which include the latest staged file. ...
Ever committed a folder that shouldn’t be a GIT? e.g. node_modules, lib, vendor, etc. For my case with Jekyll, I committed _posts folder, which really should...
Have you ever worked in a project where you need to make changes to an already committed file but you are too scared to/cannot commit.
A hash is an associative array, which is pretty much an array with key-value pairs of which the keys are unique.
First of all this URL is awesome
In order to rewrite history you need to use git rebase -i <commit_id>.