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 f5e2ec4

Browse files
author
Saiful
committed
readme update
1 parent ecd56c6 commit f5e2ec4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

‎README.md‎

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686

8787
8. ### Remote synchronization from Repository(Repository <-- Remotr)
8888

89-
# Undo the last commit.
90-
$ git reset HEAD~1
89+
# Push the current branch to the Remote Repository.
90+
$ git push origin [branch]
9191

9292

9393
8. ### Repository synchronization from remote (Repository <-- Remote)
@@ -113,11 +113,7 @@
113113
# Retrieve the changes to the Remote Repository and merge with the local branch.
114114
$ git pull origin [branch]
115115

116-
# Push the local specified branch to the Remote Repository.
117-
$ git push origin [branch]
118-
119-
# Push all the branches to the Remote Repository.
120-
$ git push origin --all
116+
121117

122118

123119
6. ### Remote branch synchronization from local

0 commit comments

Comments
(0)

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