Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

stash with untracked git

git stash -u
Comment

git stash save untracked

git stash save -u "Message"
Comment

git stash untracked files

$ git statusOn branch mainChanges to be committed:    new file:   style.cssChanges not staged for commit:    modified:   index.htmlUntracked files:    script.js$ git stash -uSaved working directory and index state WIP on main: 5002d47 our new homepageHEAD is now at 5002d47 our new homepage$ git statusOn branch mainnothing to commit, working tree clean
Comment

PREVIOUS NEXT
Code Example
Shell :: uninstall git 
Shell :: get folder from differente branch git 
Shell :: macbook pro mac address 
Shell :: scp file download 
Shell :: bash check if command is available 
Shell :: github fork my own repo 
Shell :: user no login centos 
Shell :: how to rename a file in terminal 
Shell :: how to delete all pods in kubernetes 
Shell :: docker commit 
Shell :: read all test in golang 
Shell :: git clone single branch 
Shell :: linux install pycharm command line without snap 
Shell :: cloning repository github 
Shell :: create empty file command prompt cmd 
Shell :: wsl start distro 
Shell :: how to remove spaces at end of line linux 
Shell :: git remote add 
Shell :: instal maven in mac brew 
Shell :: bash set var if not set 
Shell :: command to stop docker 
Shell :: get only file names from CMD 
Shell :: composer php 
Shell :: how to delete a file in linux 
Shell :: bash read 
Shell :: commit container to image 
Shell :: how to make top bar transparent ubuntu 
Shell :: arch linux sort packages by size 
Shell :: install neovim 7 in ubuntu 
Shell :: opera libffmpeg.so 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =