GitXplorerGitXplorer
k

zsh-aliases

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
f1b874588fc31997dc17c2a35e7b4ed74e975c48

Update README.md

kkealanparr committed 2 years ago
Verified
8b41afb4428ae47617f203ee16ad526184fba489

Update README.md

kkealanparr committed 2 years ago
Verified
a47e2756e2ade893e3d18682bf9c7043a6dec25e

Update README.md

kkealanparr committed 2 years ago
Verified
85965f2e4cfb3b80409b6a684947f68c1cd457f6

Update README.md

kkealanparr committed 3 years ago
Verified
104986444262f13829b7b85073051dc9db05851d

Update README.md

kkealanparr committed 3 years ago
Verified
52b9bc725c4e62c6b48ff43c92a14ff015346bf6

Update README.md

kkealanparr committed 3 years ago

README

The README file for this repository.

zsh-aliases

https://linuxhint.com/configure-use-aliases-zsh/ ^ How to exit nano. Ctrl, X. Press Y to save and then press enter to save where it currently is.

npm

Insert all company specific ones for where you work

Docker

t = travel to my most commonly used package (normally when using Lerna)
tb = take me back to top level of code repo

git

git aliases

git config --global alias.p "pull origin master"
git config --global alias.co checkout
git config --global alias.b branch
git config --global alias.st status
git config --global alias.wipe clean -fdx

stash cheatsheet

git stash
git stash pop
git stash apply
git stash list
git stash show

Remove stash at index
git stash pop stash@{1}

show whats in stash
git stash show -p

general

cls = clear