You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@
141
141
$ git push origin --delete [branch-name]
142
142
$ git branch -dr [remote/branch]
143
143
144
-
12.### View Information
144
+
13.### View Information
145
145
146
146
# Display the changed files.
147
147
$ git status
@@ -197,7 +197,6 @@
197
197
$ git checkout -b [branch] [tag]
198
198
199
199
200
-
201
200
6.### Remote Synchronization
202
201
203
202
# Restore the specified file of the Index to the Workspace.
@@ -245,7 +244,9 @@
245
244
246
245
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.
0 commit comments