We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41133de commit 90bf1c4Copy full SHA for 90bf1c4
git_sync.sh
@@ -2,9 +2,9 @@
2
##
3
# Synchronizes branch(es) with remote's master/main.
4
#
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
+# `./git_sync.sh` – updates current branch with changes from `remote/master`/`remote/main`
+# `./git_sync.sh all` – updates all branches with changes from `remote/master`/`remote/main`
+# `./git_sync.sh push` – updates `remote/master`/`remote/main` with changes from current branch
8
9
10
readonly FORMAT_ITALIC="\033[3m"
0 commit comments