GitXplorerGitXplorer
k

zsh-aliases

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
489f37d8bb2b72a4e4e1c353f8b027e44d8f282e

Update README.md

kkealanparr committed 3 years ago
Verified
8ca7d99d0fbe9af7abca5619e680f28c0aeac5a7

Update README.md

kkealanparr committed 3 years ago
Verified
1f89eb2bed5bfe7326181696a3f7bc70b3586763

Update README.md

kkealanparr committed 3 years ago
Verified
10539c7e74b0a128be04b612b25e9504fa24cb02

Initial commit

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