OpenSuSE Man Pages

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | help
x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
OSTREE RESET(1)                  ostree reset                  OSTREE RESET(1)

NAME
       ostree-reset - Reset a ref to a previous commit

SYNOPSIS
       ostree reset  {REF} {REF_TO_RESET_TO}

DESCRIPTION
       Given a commit, this command will reset the ref to a previous specified
       commit.

EXAMPLE
       $ ostree log my-branch

                   commit 67e382b11d213a402a5313e61cbc69dfd5ab93cb07
                   Date:  2014-06-12 13:42:54 +0000
                       This is the second commit

                   commit ce19c41036cc45e49b0cecf6b157523c2105c4de1c
                   Date:  2014-06-12 11:20:08 +0000
                       Initial commit

       $ ostree reset my-branch my-branch^

       $ ostree log my-branch

                   commit ce19c41036cc45e49b0cecf6b157523c2105c4de1c
                   Date:  2014-06-12 11:20:08 +0000
                       Initial commit

OSTree                                                         OSTREE RESET(1)

Want to link to this manual page? Use this URL:
<
http://star2.abcm.com/cgi-bin/bsdi-man?query=ostree-reset&sektion=1&manpath=>

home | help