- hist
Show all history commands, and filter with the fzf
command
- x
Show all available commands, and filter with the fzf
command, choose one to execute
- gitc
gitc <word1> <word2> <word3>
... is the Shortcut of git commit -m "<word1> <word2> <word3> ..."
no bother to type the double quotes around the commit message
- gitcc
same as gitc
, but git will run git add .
before commit
- reloadpath
reload the PATH
environment variable, useful when you add a new path to the environment variable
- update_cloud_shell
update the cloud_shell repo
- ospath
convert the path to the corresponding path in current OS.
- slashpath
deal with the /
and \
in the path, convert it to /
regardless of the OS.
- to
to
uses the chatGPT to generate the command you want to execute, and then execute it.
- multi_pull
multi_pull
reads input from the file, and then pull the commits one by one, useful when you want to pull a big repo with big gap with the head. This allows you to pull the commits step by step.