diff options
| author | David Bremner <bremner@unb.ca> | 2011-11-12 00:35:41 -0500 |
|---|---|---|
| committer | David Bremner <bremner@unb.ca> | 2011-11-12 00:35:41 -0500 |
| commit | 2dd16cdbcb40ef75184bc2accd506a5ad9d2f1c8 (patch) | |
| tree | fc547a8d6735e6ecf574c9829f4f2caad2dded3b | |
| parent | 77a2c3797db7c527af3f40d417f411f39f340af2 (diff) | |
update the example of using nmbug
| -rw-r--r-- | nmbug.mdwn | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -13,17 +13,22 @@ git clone --bare git://pivot.cs.unb.ca/nmbug.git $HOME/.nmbug - ## Using nmbug - # suck in the tags - $ nmbug checkout + # get the latest version of the tags + $ nmbug pull - [ do some tagging; see below for conventions ] + # do some tagging; see below for conventions + + $ notmuch tag +notmuch::patch $id + + # optionally inspect your changes + $ nmbug status + A tags/$id/patch + # write the tag changes from the notmuch $ nmbug commit - - + ## Submitting tags. For the moment, we are using a central repo, hosted at |
