@@ -183,9 +183,9 @@ Though there are 1000’s of articles about git, I have written this article is
183
183
184
184
For more details:
185
185
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/ )
189
189
190
190
191
191
@@ -222,6 +222,7 @@ Though there are 1000’s of articles about git, I have written this article is
222
222
# Remove the uncommitted changes temporarily and move them in later.
223
223
$ git stash
224
224
$ git stash pop
225
+
225
226
226
227
### Ignore files and folder
227
228
@@ -271,21 +272,21 @@ Though there are 1000’s of articles about git, I have written this article is
271
272
# Generate a archive for releasing.
272
273
$ git archive
273
274
274
- # Merging vs. Rebasing
275
+ ### Merging vs. Rebasing
275
276
276
277
* [ Atlassian] ( https://www.atlassian.com/git/tutorials/merging-vs-rebasing )
277
278
278
- # Resetting, Checking Out & Reverting
279
+ ### Resetting, Checking Out & Reverting
279
280
280
281
* [ Atlassian] ( https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting )
281
282
282
283
# References
283
284
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.
285
286
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 )
291
292
0 commit comments