MCPcopy Create free account
hub / github.com/ipython/ipython / git_new_branch

Function git_new_branch

tools/git-mpr.py:37–40  ·  view source on GitHub ↗

Create a new branch with the given name and check it out.

(name)

Source from the content-addressed store, hash-verified

35
36
37def git_new_branch(name):
38 """Create a new branch with the given name and check it out.
39 """
40 check_call(['git', 'checkout', '-b', name])
41
42
43def merge_pr(num):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected