git stash command with name
# save your working copy changes
git diff > some.patch
# re-apply it later
git apply some.patch$ git stash push -m "john-hancock"
$ git stash apply stash^{/john-hancock}
git stash save "my_stash"
Also in Shell:
- function bash
- git ignore node_modules
- install expo cli windows
- matplotlib install
- ng cli generate component
- how to pull the changes from git without staging local changes
- bash get first argument
- force pull github
- how to create a patch file between 2 branches git
- linux spotify client
- cmd create rar file
- linux set environment variable
- pip install kivy error
- list all services using systemctl
- ubuntu remove directory
- homebrew install mac
- hasura squashmigrations
- export not working in shell script
- git checkout to remote branch
- setup mysql ubuntu
- docker run command on container
- git diff two commits
- install telnet windows server 2012
- check running process in linux