We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906080d commit 6dc3fbdCopy full SHA for 6dc3fbd
README.md
@@ -8,6 +8,11 @@ attempts a fast-forward merge of the current workspace with its counterparts.
8
remote repos (except `upstream`), then does a `git pull-ff` to receive any
9
missing updates from the remotes.
10
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
+
16
* `git-zclone` -- uses ZFS to clone a dataset which contains a Git repository,
17
then rewrites some metadata in the new clone (reference to `origin`, NetBeans
18
project metadata, etc.) In effect this should yield similar results to local
0 commit comments