Skip to content

Commit 6dc3fbd

Browse files
committed
README.md : added a comment about git-merge-um
1 parent 906080d commit 6dc3fbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ attempts a fast-forward merge of the current workspace with its counterparts.
88
remote repos (except `upstream`), then does a `git pull-ff` to receive any
99
missing updates from the remotes.
1010

11+
* `git-merge-um` -- this script pulls updates from remote repos and tries to
12+
merge the remote `upstream/master` (configurable) int the current workspace
13+
branch, and optionally tries to rebase the workspace over the `upstream/master`
14+
state.
15+
1116
* `git-zclone` -- uses ZFS to clone a dataset which contains a Git repository,
1217
then rewrites some metadata in the new clone (reference to `origin`, NetBeans
1318
project metadata, etc.) In effect this should yield similar results to local

0 commit comments

Comments
 (0)