Answers for "how to stash untracked files git bash"

14

git stash untracked files

git stash --include-untracked
Posted by: Guest on May-05-2020
0

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
Posted by: Guest on September-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language