Show Menu
Cheatography

Daily CLI Cheat Sheet (DRAFT) by

List of commonly used CLI magic

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

GIT

local branching
git co -b branchname
create
git br -d branchname
delete
remote branching
git push origin -u branchname
create
git push origin --delete branchname
delete
git co -b branchname origin­/br­anc­hname
checkout
Merging
git merge --abort
abort merging
git br -r --merged
show remote merged branches
git br --merged
show local merged branches
 

Chocolatey

choco upgrade all -y
choco upgrade jre
check JAVA_HOME
choco outdated