Skip to content

Commit 3df2db1

Browse files
author
Saiful
committed
readme update
1 parent a9481ab commit 3df2db1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
$ git push origin --delete [branch-name]
142142
$ git branch -dr [remote/branch]
143143

144-
12. ### View Information
144+
13. ### View Information
145145

146146
# Display the changed files.
147147
$ git status
@@ -197,7 +197,6 @@
197197
$ git checkout -b [branch] [tag]
198198

199199

200-
201200
6. ### Remote Synchronization
202201

203202
# Restore the specified file of the Index to the Workspace.
@@ -245,7 +244,9 @@
245244

246245
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.
247246

247+
* [The-official-Git-site] (https://git-scm.com/book/en/v2)
248248
* [git-most-frequently-used-commands](https://medium.com/analytics-vidhya/git-most-frequently-used-commands-9df9f200c235)
249249
* [atlassian](https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html)
250250
* [ercankaracelik](https://ercankaracelik.wordpress.com/2018/12/08/basic-git-commands/)
251251
* [tutorialdocs](hhttps://www.tutorialdocs.com/article/git-basic-command-list.html)
252+

dir_to_ignore/test.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+

2+
#. This file is igonere by gitdsds rtrtrt
3+

file_to_ignore.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+

2+
#. This file is igonere by gitdsds test update
3+

0 commit comments

Comments
 (0)