Git Range Notation “..”

Here’s how NOT to read the following:ย  “Show me all commits from branch ‘master’ to branch ‘origin/master’ that are reachable” Here’s the CORRECT WAY to read it: “Show me all commits from branch ‘master’ to branch ‘origin/master’ that are UNREACHABLE” That command will tell you what – if any – commits you WOULD merge inContinue reading “Git Range Notation “..””

How To Learn (Linux) Better ๐Ÿง 

The best way to learn new information is to make it useful. UTILITY is key! ๐Ÿ”‘ For example, VIM has a lot of commands for splitting windows, creating tabs, managing buffers, etc. I struggle to โ€œmake this, make senseโ€. === Finally โ˜๏ธ, once I installed a VIM plugin for git – fugitive – all theContinue reading “How To Learn (Linux) Better ๐Ÿง ”