mirror of
https://github.com/denisidoro/navi.git
synced 2024-11-12 22:34:38 +03:00
Minor cleanup in cheatsheets
This commit is contained in:
parent
6a1327ee11
commit
befb5ac696
@ -47,7 +47,6 @@ $ container_id: docker ps --- --headers 1 --column 1
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
% docker-compose, container
|
% docker-compose, container
|
||||||
|
|
||||||
# Builds, (re)creates, starts, and attaches to containers for all services
|
# Builds, (re)creates, starts, and attaches to containers for all services
|
||||||
|
@ -25,7 +25,6 @@ git remote rename <old_remote_name> <new_remote_name>
|
|||||||
git remote remove <remote_name>
|
git remote remove <remote_name>
|
||||||
|
|
||||||
# Checkout to branch
|
# Checkout to branch
|
||||||
# Change branch
|
|
||||||
git checkout <branch>
|
git checkout <branch>
|
||||||
|
|
||||||
# Displays the current status of a git repository
|
# Displays the current status of a git repository
|
||||||
|
@ -35,5 +35,3 @@ gpg --clearsign <filename>
|
|||||||
|
|
||||||
# detach signature
|
# detach signature
|
||||||
gpg --output <filename_sig> --detach-sig <filename>
|
gpg --output <filename_sig> --detach-sig <filename>
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ npm install <package_name> -g
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
% nvm, node, js
|
% nvm, node, js
|
||||||
|
|
||||||
# install a specified version of node
|
# install a specified version of node
|
||||||
|
@ -14,5 +14,5 @@ curl -s "wttr.in/<location>" \
|
|||||||
|
|
||||||
% qr code
|
% qr code
|
||||||
|
|
||||||
# Create a QR code with the content
|
# Create a QR code with some content
|
||||||
echo <content> | curl -F-=\<- qrenco.de
|
echo <content> | curl -F-=\<- qrenco.de
|
@ -24,3 +24,4 @@ ifconfig \
|
|||||||
| grep -Eo '([0-9]*\.){3}[0-9]*' \
|
| grep -Eo '([0-9]*\.){3}[0-9]*' \
|
||||||
| grep -v '127.0.0.1' \
|
| grep -v '127.0.0.1' \
|
||||||
| tail -n1
|
| tail -n1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user