You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ Synchronization between all source-destination repository pairs in performed con
15
15
Simply download the project for your distribution from the [releases](https://github.com/insightsengineering/git-synchronizer/releases) page.
16
16
`git-synchronizer` is distributed as a single binary file and does not require any additional system requirements.
17
17
18
+
Alternatively, if you have a Go environment, you can simply install `git-synchronizer` by running:
19
+
20
+
```shell
21
+
go install github.com/insightsengineering/git-synchronizer@latest
22
+
```
23
+
18
24
## Usage
19
25
20
26
`git-synchronizer` is a command line utility, so after installing the binary in your `PATH`, simply run the following command to view its capabilities:
0 commit comments