Learn what is alias command for Linux | How to create aliases | Download ready-to-use Git aliases
While working with Linux terminal you have to type in same commands over and over again. If these commands are long, you end up wasting a lot of time in typing these on terminal repeatedly. Sometimes you also have to run a set of commands one after another, which developers usually do manually. This may not seems a big deal in short-term, but it turns out a major productivity killer in long-term.
In this productivity tip you will learn about alias command for Linux, using which you can create custom terminal shortcuts that will help you by:
– Shrinking the command’s length to as short as you like it to be
– Pack a set of commands in a bash script, and execute it from anywhere in terminal
– Save hours of your time
Github gist containing bash scripts for git commit, git pull and git push:
https://gist.github.com/how2codethis/9fa641b5c4ea7c10917a4b1e966bc88c
Views : 78
linux download