Skip to content

Instantly share code, notes, and snippets.

View knowankit's full-sized avatar
🤓
Learning and building apps

Ankit Kumar knowankit

🤓
Learning and building apps
View GitHub Profile
@knowankit
knowankit / docker-help.md
Created August 16, 2019 11:47 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

alias ls='ls -F --color --show-control-chars'
alias ll='ls -l'
alias gits='git status '
alias gita='git add '
alias gitb='git branch '
alias gitc='git commit'
alias gitd='git diff'
alias gito='git checkout '
alias gitl='git log --graph --pretty=format:"%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'
alias gitr='git remote update'