Skip to content

alexNeto/my-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages