Mastering Advanced Git Commands

Mastering Advanced Git Commands
Git is a powerful tool, and knowing some advanced commands can really level up your version control game. In this post, we'll go through some commonly used Git commands along with their purpose, how t...
0 Read More

Advanced Git Commands

Advanced Git Commands
1. git diff: See What’s Changedgit diff shows you the difference between various states of your code. This can be between your working directory and the staging area, or between commits. 2. git log:...
0 Read More

Bringing GitHub Copilot Chat to Vim

Bringing GitHub Copilot Chat to Vim
Hi there! My name is Dan and I wanted to share a plugin that I've been working on to bring Copilot functionality into vim. As someone who doesn't like being forced into VSCode all the time I really wa...
0 Read More