Searched defs:PushFlags (Results 1 – 2 of 2) sorted by relevance
87 type PushFlags struct { struct88 Username string // Used for authentication when uploading89 Password string // Used for authentication when uploading93 func Push(wd, remote, localBranch, remoteBranch string, flags PushFlags) error {
156 def PushFlags(self, add=None, remove=None): member in FlagChanger