Skip to content

Commit 41133de

Browse files
authored
Created README.md
1 parent fa1c0d5 commit 41133de

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
git_sync.sh
2+
===
3+
4+
[![CodeFactor](https://www.codefactor.io/repository/github/macdada/git_sync.sh/badge)](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

Comments
 (0)