Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 67021af

Browse files
author
Saiful
committed
readme update
1 parent b88aa6b commit 67021af

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -222,32 +222,32 @@ Though there are 1000’s of articles about git, I have written this article is
222222

223223
### Stash
224224

225-
#. Temporarily saves or stashes changes of working copy and and move them in later.
225+
# Temporarily saves or stashes changes of working copy and and move them in later.
226226
$ git stash
227227

228-
#. Saving Stashes with the message
228+
# Saving Stashes with the message
229229
$ git stash save "<Stashing Message>"
230230

231-
#. Check the Stored Stashes
231+
# Check the Stored Stashes
232232
$ git stash list
233233

234-
#. Restored the changes of latest stash from stashes
235-
#. Remove the latest stash from stashes
234+
# Restored the changes of latest stash from stashes
235+
# Remove the latest stash from stashes
236236
$ git stash pop
237237

238-
#. Restored the changes of latest stash from stashes
238+
# Restored the changes of latest stash from stashes
239239
$ git stash apply
240240

241-
#. Restored the changes of specific stash from stashes
241+
# Restored the changes of specific stash from stashes
242242
$ git stash apply <stash id>
243243

244-
#. Remove the latest stash from stashes
244+
# Remove the latest stash from stashes
245245
$ git stash drop
246246

247-
#. Remove the specific stash from stashes
247+
# Remove the specific stash from stashes
248248
$ git stash drop <stash id>
249249

250-
#. Remove all stashes
250+
# Remove all stashes
251251
$ git stash clear
252252

253253
### Ignore files and folder

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /