Lines Matching full:branch
122 code while a branch has the latest stable code.
126 The command <code>git-branch</code> will list all available branches.
130 Questions about branch status/activity should be posted to the
137 <li>Setting up to edit the master branch
141 branch, try:
143 git config branch.master.remote origin
144 git config branch.master.merge master
154 working on a separate branch and would rebase your branch prior to
156 But for small changes to the master branch itself,
158 unnecessary and distracting branch in master.
181 merge branch, branching from the point in time
208 git config branch.master.rebase true
209 git config --global branch.autosetuprebase=always