Git tips that I use everyday

These are some git tips that I’ve noticed that, while some seem obvious, a normal git user might easily not know them. There is so much to know about Git that is bond to happen. If you have any tip of your own that is extremely useful, reach out through Twitter, I’m always happy to learn new tricks. Alias Find most used commands and set an Git alias. I’m someone who mostly use Git through CLI and finding my most used commands and shortening is big a time saver....

May 20, 2021 · 4 min · Filipe Barroso

Challenging myself with Vim Golf

No one: Really no one: Me: Last year I wanted to refresh my knowledge with VIM so I did a couple VimGolf Everyday after work, for a month, I timeboxed 15min to try to make the latest exercise of the VimGolf. Sometimes I failed but I always learned something everyday. Rural Post #1 Date: 19/10/2020 Challenge: http://www.vimgolf.com/challenges/5f1e0217becb80000692b9c4 Applied a simple macro and delete backwards. First solution: qa$bd0jq7@a:wq<CR> After I tried to learn about running a command multiple times without using macros....

May 21, 2021 · 15 min · Filipe Barroso