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 :: import sql single table dump in postgres 
Shell :: catkin_make ignore package 
Shell :: how to deallocate a port 
Shell :: Zathura not displaying any documents 
Shell :: No repository for "Api Log Entity" was found. 
Shell :: vim sudo write 
Shell :: how to enable hibernate windows 11 via cmd 
Shell :: find a file in all subdirectories in linux 
Shell :: how to remove a folder from git and not locally 
Shell :: install werkzeug 
Shell :: zsh syntax highlighting plugin 
Shell :: update all snap packages 
Shell :: forever run python script 
Shell :: install jq on windows 
Shell :: linux ls order by size 
Shell :: how to prevent idle ubuntu suspending 
Shell :: git cherry pick range 
Shell :: shell shortcuts 
Shell :: Install Sublime in Linux (Stable) 
Shell :: download blender ubuntu snap 
Shell :: bash print count of unique words in column 
Shell :: uninstall snap package ubuntu 
Shell :: Start Xampp Mysql In Ubantu 
Shell :: git reset head 2 commits 
Shell :: restart sql server ubuntu 
Shell :: searching for a directory powershell 
Shell :: git tls certificate verification has been disabled 
Shell :: windows view processes command line 
Shell :: neovim install wsl 
Shell :: install terminus in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =