Skip to content

Commit

Permalink
re-added stash section
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Agarwal <dmkrishna.agarwal@gmail.com>
  • Loading branch information
MrKrishnaAgarwal committed Oct 23, 2023
1 parent cb94b9b commit 883d3eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,19 @@ To remove a subtree:
```git commit -m "Remove folder_name"```
<br>

### 📦Stash

Stash Changes with a message
`git stash save "message"`
<br>
List all stashes
`git stash list`
<br>
Apply the most recent stash and remove it from the stash list.
`git stash pop`

<br>

### 🗣Help

```git help -a``` and ```git help -g``` list available subcommands and some
Expand Down

0 comments on commit 883d3eb

Please sign in to comment.