Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

stash unstaged changes

git stash -k -u
Comment

git stash unstaged

nano ~/.git/config

[alias]
stash-untracked-unstaged = "!if() { git stash -k -u; }; f"


usage:
git stash-untracked-unstaged
Comment

PREVIOUS NEXT
Code Example
Shell :: linux command to get number of lines in a file 
Shell :: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) 
Shell :: adonis version 
Shell :: kali sources.list 
Shell :: stylelint run 
Shell :: arch linux remove nodejs 
Shell :: linux view environment variables 
Shell :: open android studio project from terminal 
Shell :: powershell copy file to remote computer 
Shell :: waybar emoji not wrok 
Shell :: how to uninstall zsh on mac 
Shell :: ngx translate install 
Shell :: install pylatex 
Shell :: how to know what container is using a volume? 
Shell :: install openssh server linux 
Shell :: ssh get key 
Shell :: how to install ant in linux 
Shell :: sed recursive replace 
Shell :: gnu vs unix 
Shell :: ubuntu turn off swap 
Shell :: full path of file linux 
Shell :: alpine install psql 
Shell :: youtube-dl continue 
Shell :: install gogh 
Shell :: my comment on githbu isues 
Shell :: size of folder linux 
Shell :: branch list in git 
Shell :: extract tar gz overwrite 
Shell :: flutter doctor android licenses exception in thread main java.lang.noclassdeffounderror 
Shell :: apt sources.list amd64 only 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =