Here is some scripts to run some commands that is very unlikely that I will remember them or some I'm too lazy to type and make more sense to use a very unintuitive script like this one.
If you want to use these scripts just put it in the /home/$HOME/bin
folder or create a link there.
Some docker commands
- Remove dangling images (the ones that apeas as when you use
docker images
)dkr dd
Some git commands I use everyday
- Show status
gut s
- Sync the actual branch
gut sync
- Sync to some specific branch
gut sync-to [branch-name]
- Push to the actual branch
gut p