-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit e89eb24
replacing
`git stash save` -> This option is deprecated in favour of git stash push.
[git docs](https://git-scm.com/docs/git-stash#Documentation/git-stash.txt-save-p--patch-k--no-keep-index-u--include-untracked-a--all-q--quietltmessagegt)git stash save
by git stash push
1 parent 14ad922 commit e89eb24
1 file changed
+12
-6
lines changedLines changed: 12 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
445 | - | ||
445 | + | ||
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
| |||
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
461 | - | ||
461 | + | ||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
| |||
469 | 469 |
| |
470 | 470 |
| |
471 | 471 |
| |
472 | - | ||
472 | + | ||
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
476 | 476 |
| |
477 | - | ||
477 | + | ||
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
482 | - | ||
482 | + | ||
483 | + | ||
484 | + | ||
485 | + | ||
486 | + | ||
487 | + | ||
488 | + | ||
483 | 489 |
| |
484 | 490 |
| |
485 | 491 |
| |
| |||
495 | 501 |
| |
496 | 502 |
| |
497 | 503 |
| |
498 | - | ||
504 | + | ||
499 | 505 |
| |
500 | 506 |
| |
501 | 507 |
| |
|
0 commit comments