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 d9f52e4

Browse files
Update README.md
1 parent 6a57439 commit d9f52e4

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

‎README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ Though there are 1000’s of articles about git, I have written this article is
183183

184184
For more details:
185185

186-
* [The-official-Git-site](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History)
187-
* [Atlassian](https://www.atlassian.com/git/tutorials/git-log)
188-
* [Thegeekstuff](https://www.thegeekstuff.com/2014/04/git-log/)
186+
* [The-official-Git-site](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History)
187+
* [Atlassian](https://www.atlassian.com/git/tutorials/git-log)
188+
* [Thegeekstuff](https://www.thegeekstuff.com/2014/04/git-log/)
189189

190190

191191

@@ -222,6 +222,7 @@ Though there are 1000’s of articles about git, I have written this article is
222222
# Remove the uncommitted changes temporarily and move them in later.
223223
$ git stash
224224
$ git stash pop
225+
225226

226227
### Ignore files and folder
227228

@@ -271,21 +272,21 @@ Though there are 1000’s of articles about git, I have written this article is
271272
# Generate a archive for releasing.
272273
$ git archive
273274

274-
# Merging vs. Rebasing
275+
### Merging vs. Rebasing
275276

276277
* [Atlassian](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)
277278

278-
# Resetting, Checking Out & Reverting
279+
### Resetting, Checking Out & Reverting
279280

280281
* [Atlassian](https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting)
281282

282283
# References
283284

284-
I have followed many articles but among them, the following articles are really helpful. Those articles helped me a lot and also encourage me to write this article according to my understanding.
285+
I have followed many articles but among them, the following articles are really helpful. Those articles helped me a lot and also encourage me to write this article according to my understanding.
285286

286-
* [The-official-Git-site](https://git-scm.com/book/en/v2)
287-
* [Atlassian](https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html)
288-
* [Git-most-frequently-used-commands](https://medium.com/analytics-vidhya/git-most-frequently-used-commands-9df9f200c235)
289-
* [Ercankaracelik](https://ercankaracelik.wordpress.com/2018/12/08/basic-git-commands/)
290-
* [Tutorialdocs](https://www.tutorialdocs.com/article/git-basic-command-list.html)
287+
* [The-official-Git-site](https://git-scm.com/book/en/v2)
288+
* [Atlassian](https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html)
289+
* [Git-most-frequently-used-commands](https://medium.com/analytics-vidhya/git-most-frequently-used-commands-9df9f200c235)
290+
* [Ercankaracelik](https://ercankaracelik.wordpress.com/2018/12/08/basic-git-commands/)
291+
* [Tutorialdocs](https://www.tutorialdocs.com/article/git-basic-command-list.html)
291292

0 commit comments

Comments
(0)

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