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 fa1c0d5 commit 41133deCopy full SHA for 41133de
README.md
@@ -0,0 +1,16 @@
1
+git_sync.sh
2
+===
3
+
4
+[](https://www.codefactor.io/repository/github/macdada/git_sync.sh)
5
6
+A script to synchronise local branch(es) with the latest changes from remote repository.
7
8
+---
9
+Usage
10
11
12
+* `./git_sync.sh` – updates current branch with changes from `remote/master`/`remote/main`
13
+* `./git_sync.sh all` – updates all branches with changes from `remote/master`/`remote/main`
14
+* `./git_sync.sh push` – updates `remote/master`/`remote/main` with changes from current branch
15
16
0 commit comments