Skip to content

Commit 90bf1c4

Browse files
committed
docs
1 parent 41133de commit 90bf1c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git_sync.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
##
33
# Synchronizes branch(es) with remote's master/main.
44
#
5-
# `./git_sync.sh` – updates current branch with changes from remote/master
6-
# `./git_sync.sh` all – updates all branches with changes from remote/master
7-
# `./git_sync.sh push` – updates remote/master with changes from current branch
5+
# `./git_sync.sh` – updates current branch with changes from `remote/master`/`remote/main`
6+
# `./git_sync.sh all` – updates all branches with changes from `remote/master`/`remote/main`
7+
# `./git_sync.sh push` – updates `remote/master`/`remote/main` with changes from current branch
88
##
99

1010
readonly FORMAT_ITALIC="\033[3m"

0 commit comments

Comments
 (0)