Given the following are equal: The first one is waaaaaaay more intuitive to me. π€ What say you?
Author Archives: raylech1986it
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.
