Show Menu
Cheatography

DevOps Various Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

tmux

attach
tmux a [-t <se­ssi­on>]
list sessions
tmux list-s­essions
detach
^
b + d
rename session
^
b + $

git

git stash / pop
git stash

git stash pop --index
update master
(pre-merge)
git checkout master

git pull
merge master
git checkout <br­anc­h>

git merge master
fix last commit
git commit --amend
git LFS pull
git lfs pull --include <fi­le>