Skip to content

Commit

Permalink
Improvements for README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Sep 10, 2018
1 parent b829f31 commit a11080f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ mgit sync -- --recursive

### pull

Pulls changes in existing repositories.
Pulls changes in existing repositories. It does not change branches in the repositories and pull the changes even if
the repository contains uncommitted changes.

Examples:

Expand Down Expand Up @@ -277,15 +278,16 @@ which will be added to the default git-merge message.

Repositories which do not have specified branch will be ignored.

After merging the branch, it will be removed from the remote.
After merging, the merged branch will be removed from the remote.

Example:

```bash
# Assumptions: we are on "master" branch and "develop" branch exists.
mgit merge develop -- --message 'These changes are required for the future release.'

# Branch `develop` will be merged into `master`.
# Branch "develop" will be merged into "master".
# Branch "develop" will be removed from the origin.
```

### save
Expand Down

0 comments on commit a11080f

Please sign in to comment.