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 “..””
Author Archives: raylech1986it
Which Git Notation Makes Sense To You??? ๐
Given the following are equal: The first one is waaaaaaay more intuitive to me. ๐ค What say you?
Edit Multiple Files in VIM – Part 2
Notes from video: You can also get the most current version of the above via git:
Edit Multiple Files in VIM
Notes from video: You can also get the most current version of the above via git:
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 ๐ง ”
Git Intro: For Linux Administrators
Locus of Control
**Picture is not my own
Run Shell Commands in VIM
Did You Know?.. You can run shell commands from within VIM? Here’s how ๐
TMUX Architecture
I’m developing more YouTube videos and one of them is: Introduction to TMUX Here’s what I have so far: A couple of things to note:
Git 3-Way Merge
Did you know?.. When merging 2 divergent branches in Git, you perform a Recursive (or 3-Way) Merge. This involves the two branch tips and the common ancestor. This video shows you what that looks ๐ like.
