Lines Matching full:git
70 The QEMU source code is maintained under the GIT version control system.
74 git clone https://gitlab.com/qemu-project/qemu.git
76 When submitting patches, one common approach is to use 'git
77 format-patch' and/or 'git send-email' to format & send the mail to the
94 git clone https://gitlab.com/qemu-project/qemu-web.git
98 A 'git-publish' utility was created to make above process less
101 requires a working 'git send-email' setup, and by default doesn't
107 * `<https://github.com/stefanha/git-publish>`_
109 The workflow with 'git-publish' is:
113 $ git checkout master -b my-feature
115 $ git publish
124 $ git checkout my-feature # same topic branch
125 $ # making changes to the commits (using 'git rebase', for example)
126 $ git publish
128 Your patch series will be sent with 'v2' tag in the subject and the git tip
135 found when running code built from QEMU git or upstream released sources
154 `<https://wiki.qemu.org/ChangeLog/>`_ or look at the git history for