Make your life in Linux easier with aliases

If you’ve never heard of aliases in linux, the simplest way to explain it is that they are shortcuts to the command line, instead of typing a huge command, or not so big, you type a simple command. An example, instead of: git add . && git commit -m "initial commit" You can use: git add . && git commit -m "initial commit" Which makes it even easier for very used commands, right?...

December 4, 2022 · 3 min · Diego Rodrigo