Skip to content

Commit 6e66c61

Browse files
author
Saiful
committed
image update
1 parent 31a6f10 commit 6e66c61

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Though there are 1000’s of articles about git, I have written this article is
8888
# Undo the last commit.
8989
$ git reset HEAD~1
9090

91-
8. ### Remote synchronization from Repository(Repository <-- Remote)
91+
8. ### Remote synchronization from Repository(Repository --> Remote)
9292

9393
# Push the current branch to the Remote Repository.
9494
$ git push origin [branch]
@@ -168,7 +168,6 @@ Though there are 1000’s of articles about git, I have written this article is
168168
# Delete the files in the Workspace and put this deletion into the Staging.
169169
$ git rm [file1] [file2] ...
170170

171-
172171
# Stop tracking the specified file, but the file will be remained in the Workspace.
173172
$ git rm --cached [file]
174173

images/workflow.png

15.3 KB
Loading

0 commit comments

Comments
 (0)