You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,13 @@
43
43
*[Apply any stash without deleting from the stashed list](https://github.com/git-tips/tips#apply-any-stash-without-deleting-from-the-stashed-list)
44
44
*[Apply last stashed state and delete it from stashed list](https://github.com/git-tips/tips#apply-last-stashed-state-and-delete-it-from-stashed-list)
45
45
*[Delete all stored stashes](https://github.com/git-tips/tips#delete-all-stored-stashes)
46
+
*[Grab a single file from a stash](https://github.com/git-tips/tips#grab-a-single-file-from-a-stash)
46
47
*[Show all tracked files](https://github.com/git-tips/tips#show-all-tracked-files)
47
48
*[Show all untracked files](https://github.com/git-tips/tips#show-all-untracked-files)
48
49
*[Show all ignored files](https://github.com/git-tips/tips#show-all-ignored-files)
49
50
*[Create new working tree from a repository (git 2.5)](https://github.com/git-tips/tips#create-new-working-tree-from-a-repository-git-25)
50
51
*[Create new working tree from HEAD state](https://github.com/git-tips/tips#create-new-working-tree-from-head-state)
52
+
*[Untrack files without deleting](https://github.com/git-tips/tips#untrack-files-without-deleting)
51
53
*[Before deleting untracked files/directory, do a dry run to get the list of these files/directories](https://github.com/git-tips/tips#before-deleting-untracked-filesdirectory-do-a-dry-run-to-get-the-list-of-these-filesdirectories)
0 commit comments