From 3e66852ee43c15b802b2e59b05f7c283cec57e54 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Sat, 6 Feb 2021 22:31:12 +0100 Subject: [PATCH] Fix line endings --- Git/git.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Git/git.md b/Git/git.md index defa264..4fa543f 100644 --- a/Git/git.md +++ b/Git/git.md @@ -116,12 +116,12 @@ def load_reference(name_or_id): ### Stashes -`git stash [push -m|--message]`: add all changes to the stash (and provide message) -`git stash list` list all stashes -`git stash show []`: show changes in the stash -`git stash pop`: restore last stash -`git stash drop []`: remove a stash from the list -`git stash clear`: remove all stashes +`git stash [push -m|--message]`: add all changes to the stash (and provide message) +`git stash list` list all stashes +`git stash show []`: show changes in the stash +`git stash pop`: restore last stash +`git stash drop []`: remove a stash from the list +`git stash clear`: remove all stashes ### Remotes