Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 743 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 743 Bytes

My scripts

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.

dkr

Some docker commands

  1. Remove dangling images (the ones that apeas as when you use docker images)
    dkr dd

gut

Some git commands I use everyday

  1. Show status
    gut s
  2. Sync the actual branch
    gut sync
  3. Sync to some specific branch
    gut sync-to [branch-name]
  4. Push to the actual branch
    gut p