Skip to content

Instantly share code, notes, and snippets.

View LMtx's full-sized avatar
📡
IoT

LMtx

📡
IoT
View GitHub Profile
@LMtx
LMtx / .bashrc
Last active December 9, 2018 07:45 — forked from mathiasverraes/.bashrc
Git shortcuts
#! /bin/sh
alias gs="git status"
alias gc="git commit -a -m"
alias gr="git checkout"
alias ga="git add"
alias gl="git lola"
alias gw="git wip"
# show git branch in terminal
parse_git_branch() {
@LMtx
LMtx / tmux-cheatsheet.markdown
Last active December 3, 2018 16:36 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname